Skip to content

Commit

Permalink
[FIX] connector_pms_wubook: board service not imported on booking res…
Browse files Browse the repository at this point in the history
…ervations
  • Loading branch information
eantones committed Oct 24, 2021
1 parent be382cc commit b96d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_pms_wubook/models/pms_folio/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _reorg_folio_data(self, values):
board = boards_d.get(room_id)
elif id_channel == 2:
# Board services can be included in the rate plan and detected by the WuBook API
detected_board = room.get("ancillary", {}).get("Detected Board")
detected_board = value.get("ancillary", {}).get("Detected Board")
board = detected_board != "nb" and detected_board or None
else:
raise ValidationError(
Expand Down

0 comments on commit b96d307

Please sign in to comment.