Edit in customer of Tax Profile
This commit is contained in:
@@ -39,7 +39,7 @@ class Crm::CustomersController < BaseCrmController
|
||||
|
||||
@membership_types = Lookup.collection_of("member_group_type")
|
||||
|
||||
@taxes = TaxProfile.all.order("order_by asc")
|
||||
@taxes = TaxProfile.where(:group_type => 'cashier')
|
||||
|
||||
@filter = filter
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ class Origami::CustomersController < BaseOrigamiController
|
||||
@crm_customer = Customer.new
|
||||
@count_customer = Customer.count_customer
|
||||
|
||||
@taxes = TaxProfile.all.order("order_by asc")
|
||||
@taxes = TaxProfile.where(:group_type => 'cashier')
|
||||
# if flash["errors"]
|
||||
# @crm_customer.valid?
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user