Skip to content

Commit

Permalink
[FIX]connector_pms_wubook: fix children key in mapped reservation lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Aug 26, 2024
1 parent 54acc85 commit fc9b6c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connector_pms_wubook/models/pms_folio/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ def _reorg_folio_data(self, values):
"room_id": room_id,
"board": board,
"occupancy": occupancies_d.get(room_id) or 1,
"occupancy_children": occupancies_d_children.get(room_id)
or 0,
"children": occupancies_d_children.get(room_id) or 0,
"board_included": id_channel != 0,
"vat_included": vat_included,
"agency_id": agency.id if agency else False,
Expand Down

0 comments on commit fc9b6c7

Please sign in to comment.