update payment

This commit is contained in:
Aung Myo
2018-02-05 15:10:35 +06:30
parent 3ac6871a89
commit 76a094972e
4 changed files with 76 additions and 5 deletions

View File

@@ -163,6 +163,7 @@ class Origami::PaymentsController < BaseOrigamiController
@balance = 0.00
@accountable_type = ''
@table_no = ''
@dining = ''
@shop = Shop::ShopDetail
@@ -215,6 +216,7 @@ class Origami::PaymentsController < BaseOrigamiController
df = DiningFacility.find(sbk.dining_facility_id)
@table_no = df.type + ' ' + df.name
@checkin_time = sbk.checkin_at
@dining = df
break
end