checn room acc
This commit is contained in:
@@ -129,7 +129,7 @@ class Origami::RoomsController < BaseOrigamiController
|
|||||||
accounts = TaxProfile.where("group_type = ?","cashier").order("order_by ASC")
|
accounts = TaxProfile.where("group_type = ?","cashier").order("order_by ASC")
|
||||||
@tax_arr =[]
|
@tax_arr =[]
|
||||||
accounts.each do |acc|
|
accounts.each do |acc|
|
||||||
@tax_arr.push(account.name)
|
@tax_arr.push(acc.name)
|
||||||
end
|
end
|
||||||
|
|
||||||
lookup_spit_bill = Lookup.collection_of('split_bill')
|
lookup_spit_bill = Lookup.collection_of('split_bill')
|
||||||
|
|||||||
Reference in New Issue
Block a user