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