edit invoice
This commit is contained in:
@@ -20,8 +20,6 @@ class DiningFacility < ApplicationRecord
|
||||
|
||||
def get_booking
|
||||
booking = self.get_current_booking
|
||||
puts "is bookig?"
|
||||
puts booking
|
||||
if booking
|
||||
if booking.dining_facility_id.to_i == self.id
|
||||
if booking.booking_status == 'assign'
|
||||
|
||||
Reference in New Issue
Block a user