From d875be383e0f8009dbf5300661c87080a2d4690f Mon Sep 17 00:00:00 2001 From: Pablo Date: Tue, 22 Jan 2019 19:35:13 +0100 Subject: [PATCH] [ADD] Add folio_name into the popover notification --- hotel_calendar/models/bus_hotel_calendar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hotel_calendar/models/bus_hotel_calendar.py b/hotel_calendar/models/bus_hotel_calendar.py index 1b2b54dad..39de97fd0 100644 --- a/hotel_calendar/models/bus_hotel_calendar.py +++ b/hotel_calendar/models/bus_hotel_calendar.py @@ -52,6 +52,7 @@ class BusHotelCalendar(models.TransientModel): 'real_dates': vals['real_dates'], }, 'tooltip': { + 'folio_name': vals['folio_id'], 'name': vals['partner_name'], 'phone': vals['partner_phone'], 'email': vals['partner_email'],