From 164308599114cf9119cc3a04153b5295fbc2c292 Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Thu, 6 Jun 2019 07:59:14 +0200 Subject: [PATCH] [FIX] Add processed ids cancelations modifications --- .../models/hotel_reservation/importer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py index a6d6d68a8..c6ebb5b5e 100644 --- a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py @@ -388,6 +388,7 @@ class HotelReservationImporter(Component): if len(book['modified_reservations']) > 0: is_cancellation = book['status'] in WUBOOK_STATUS_BAD if book['was_modified'] and is_cancellation: + processed_rids.append(rcode) continue else: old_reservations = False