From 8600354067b7659f3a8033adb3571d4e23f701dd Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 31 Oct 2023 17:04:32 +0100 Subject: [PATCH] Add notify_on_confirm flag --- .../prenotazioni/restapi/serializers/adapters/prenotazione.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redturtle/prenotazioni/restapi/serializers/adapters/prenotazione.py b/src/redturtle/prenotazioni/restapi/serializers/adapters/prenotazione.py index ca79fa4a..6b0fd47f 100644 --- a/src/redturtle/prenotazioni/restapi/serializers/adapters/prenotazione.py +++ b/src/redturtle/prenotazioni/restapi/serializers/adapters/prenotazione.py @@ -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, }