Skip to content

Commit

Permalink
[FIX] connector_pms_wubook: ancillary data not imported on fetching r…
Browse files Browse the repository at this point in the history
…eservation by code
  • Loading branch information
eantones committed Oct 24, 2021
1 parent b96d307 commit 2ed67c4
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 @@ -38,7 +38,7 @@ def read(self, _id, ancillary=True):
}
if ancillary:
kw_params["ancillary"] = 1
params = self._prepare_parameters(kw_params, ["rcode"])
params = self._prepare_parameters(kw_params, ["rcode"], ["ancillary"])
values = self._exec("fetch_booking", *params)
self._format_folio_data(values)
self._reorg_folio_data(values)
Expand Down

0 comments on commit 2ed67c4

Please sign in to comment.