checn room acc

This commit is contained in:
phyusin
2018-06-26 15:55:55 +06:30
parent 8534dc64ac
commit 13b8167ebb

View File

@@ -129,7 +129,7 @@ class Origami::RoomsController < BaseOrigamiController
accounts = TaxProfile.where("group_type = ?","cashier").order("order_by ASC")
@tax_arr =[]
accounts.each do |acc|
@tax_arr.push(account.name)
@tax_arr.push(acc.name)
end
lookup_spit_bill = Lookup.collection_of('split_bill')