update customer scss

This commit is contained in:
Aung Myo
2017-11-23 10:41:25 +06:30
parent 54120d7a46
commit fcb3c63b2f
2 changed files with 1 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class Crm::CustomersController < BaseCrmController
end
end
end
@crm_customers = Kaminari.paginate_array(@crm_customers).page(params[:page]).per(5)
@crm_customers = Kaminari.paginate_array(@crm_customers).page(params[:page]).per(20)
@crm_customer = Customer.new
@count_customer = Customer.count_customer