From 5f74101c28391c7f3695605dc651346334308106 Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Sat, 11 May 2019 09:12:28 +0200 Subject: [PATCH] [TMP] Tmp fix pricelist rate --- .../models/hotel_reservation/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py index 84342aef2..fbb8048ff 100644 --- a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py @@ -170,7 +170,7 @@ class HotelReservationImporter(Component): 'checkout': checkout_str, 'adults': persons, 'children': book['children'], - 'pricelist_id': rate_id, + #'pricelist_id': rate_id, 'reservation_line_ids': reservation_lines, 'to_assign': True, 'state': is_cancellation and 'cancelled' or 'confirm',