Skip to content

Commit

Permalink
Add notify_on_confirm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 31, 2023
1 parent 01bb12d commit 8600354
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 8600354

Please sign in to comment.