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, }