mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Add processed ids cancelations modifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user