change checkin time checked
This commit is contained in:
@@ -86,12 +86,8 @@ class Origami::HomeController < BaseOrigamiController
|
||||
end
|
||||
|
||||
#for bank integration
|
||||
bank_integration = Lookup.collection_of('bank_integration')
|
||||
@bank_integration = 0
|
||||
if !bank_integration[0].nil?
|
||||
@bank_integration = bank_integration[0][1]
|
||||
end
|
||||
|
||||
@checkout_time = Lookup.collection_of('checkout_time')
|
||||
@checkout_alert_time = Lookup.collection_of('checkout_alert_time')
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user