update for order process
Add activereocrd-import gem for bulk insert
This commit is contained in:
@@ -97,7 +97,7 @@ class Api::CheckInProcessController < Api::ApiController
|
||||
render :json => { :status => false, :error_message => "Operation failed!" }
|
||||
end
|
||||
else
|
||||
booking = dining_facility.get_current_checkout_booking
|
||||
booking = dining_facility.current_checkout_booking
|
||||
if booking.nil?
|
||||
lookup_checkout_time = Lookup.collection_of("checkout_time")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user