Add expected guest count on booking
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
This commit is contained in:
@@ -110,6 +110,7 @@ class BookingFlow(
|
||||
maleCount = request.maleCount,
|
||||
femaleCount = request.femaleCount,
|
||||
totalGuestCount = totalGuestCount,
|
||||
expectedGuestCount = request.expectedGuestCount,
|
||||
notes = request.notes,
|
||||
createdBy = actor,
|
||||
updatedAt = now
|
||||
|
||||
Reference in New Issue
Block a user