still nfc

This commit is contained in:
Yan
2017-07-18 11:52:49 +06:30
46 changed files with 855 additions and 1189 deletions

View File

@@ -6,7 +6,6 @@ class Crm::CustomersController < BaseCrmController
# GET /crm/customers.json
def index
filter = params[:filter]
if filter.nil?
@crm_customers = Customer.all
else