check split bill

This commit is contained in:
phyusin
2018-02-19 17:23:39 +06:30
parent 9594689f1c
commit 6ae451f2bc
2 changed files with 7 additions and 1 deletions

View File

@@ -123,6 +123,12 @@ class Origami::HomeController < BaseOrigamiController
#for bank integration
@checkout_time = Lookup.collection_of('checkout_time')
@checkout_alert_time = Lookup.collection_of('checkout_alert_time')
lookup_spit_bill = Lookup.collection_of('split_bill')
@split_bill = 0
if !lookup_spit_bill[0].nil?
@split_bill = lookup_spit_bill[0][1]
end
end
#Shop Name in Navbor