add expiry for login
This commit is contained in:
@@ -160,7 +160,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