Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant
This commit is contained in:
@@ -129,7 +129,6 @@ class Origami::RoomsController < BaseOrigamiController
|
||||
accounts = TaxProfile.where("group_type = ?","cashier").order("order_by ASC")
|
||||
@tax_arr =[]
|
||||
accounts.each do |acc|
|
||||
account = TaxProfile.find(acc.id)
|
||||
@tax_arr.push(account.name)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user