order reservation pdf setting

This commit is contained in:
phyusin
2018-11-29 13:19:29 +06:30
parent ed6310d462
commit 27f76e291b
5 changed files with 100 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ class Api::CheckInProcessController < Api::ApiController
booking = nil
end
else
booking = dining_facility.get_current_checkout_booking
booking = dining_facility.get_current_booking
end
if !booking.nil?