This commit is contained in:
phyusin
2018-03-22 15:13:41 +06:30
parent ebadfff25b
commit 246f9afff5
3 changed files with 125 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ class Origami::TableInvoicesController < BaseOrigamiController
def show
@table = DiningFacility.find(params[:table_id])
@membership = MembershipSetting::MembershipSetting
@payment_methods = PaymentMethodSetting.all
shop = Shop::ShopDetail
@sale_array = Array.new
@table.bookings.each do |booking|