Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 8600354
Author: Roman <[email protected]>
Date:   Tue Oct 31 17:04:32 2023 +0100

    Add notify_on_confirm flag

commit 01bb12d
Author: Roman <[email protected]>
Date:   Tue Oct 31 15:10:44 2023 +0100

    Add booking state and bookings folder uid to JSON serializerd booking
  • Loading branch information
folix-01 committed Oct 31, 2023
1 parent 7aba157 commit 1a516c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def __call__(self, *args, **kwargs):
"vacation": self.prenotazione.isVacation(),
"booking_code": self.prenotazione.getBookingCode(),
"cosa_serve": useful_docs,
"notify_on_confirm": booking_folder.notify_on_confirm,
}


Expand Down

0 comments on commit 1a516c1

Please sign in to comment.