[FIX] Wrong Fix. Roll back to ota_capacity by default

This commit is contained in:
Pablo
2019-03-18 10:26:40 +01:00
parent 349a71922f
commit ea992d6c2d

View File

@@ -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)