diff --git a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py index dc7c2c044..b5237880c 100644 --- a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py @@ -99,6 +99,7 @@ class HotelReservationImporter(Component): split_booking, dates_checkin, dates_checkout, real_checkin, real_checkout, book): is_cancellation = book['status'] in WUBOOK_STATUS_BAD tax_inclusive = True + persons = room_type_bind.ota_capacity # Dates real_checkin_str = real_checkin.strftime( DEFAULT_SERVER_DATETIME_FORMAT)