From 9943a0fa9f257a8ecfeb88c1720771638c30330f Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 7 Mar 2019 11:55:18 +0100 Subject: [PATCH] [FIX] map wubook avail to channel_avail + quota --- .../models/hotel_room_type_availability/importer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'), ]