change customer and sale tax for takeaway
This commit is contained in:
2
app/controllers/crm/customers_controller.rb
Executable file → Normal file
2
app/controllers/crm/customers_controller.rb
Executable file → Normal file
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user