check split bill
This commit is contained in:
@@ -123,6 +123,12 @@ class Origami::HomeController < BaseOrigamiController
|
|||||||
#for bank integration
|
#for bank integration
|
||||||
@checkout_time = Lookup.collection_of('checkout_time')
|
@checkout_time = Lookup.collection_of('checkout_time')
|
||||||
@checkout_alert_time = Lookup.collection_of('checkout_alert_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
|
end
|
||||||
|
|
||||||
#Shop Name in Navbor
|
#Shop Name in Navbor
|
||||||
|
|||||||
Reference in New Issue
Block a user