update print
This commit is contained in:
@@ -34,6 +34,7 @@ class Origami::CustomersController < BaseOrigamiController
|
||||
#@crm_customers = Customer.all
|
||||
@crm_customers = Kaminari.paginate_array(@crm_customers).page(params[:page]).per(50)
|
||||
@crm_customer = Customer.new
|
||||
@count_customer = Customer.count_customer
|
||||
|
||||
# if flash["errors"]
|
||||
# @crm_customer.valid?
|
||||
|
||||
Reference in New Issue
Block a user