add expiry for login
This commit is contained in:
@@ -134,8 +134,7 @@ class Origami::HomeController < 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)
|
||||
@tax_arr.push(acc.name)
|
||||
end
|
||||
|
||||
lookup_spit_bill = Lookup.collection_of('split_bill')
|
||||
|
||||
Reference in New Issue
Block a user