diff --git a/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py b/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py index b88d0a9a7..9e8fc7baf 100644 --- a/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_room_type_availability/importer.py @@ -94,7 +94,8 @@ class HotelRoomTypeAvailabilityImportMapper(Component): direct = [ ('no_ota', 'no_ota'), ('booked', 'booked'), - ('avail', 'avail'), + ('avail', 'channel_avail'), + ('avail', 'quota'), ('date', 'date'), ]