Skip to content

Commit

Permalink
[IMP] connector_pms_wubook: added availability on import restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
eantones committed Sep 23, 2021
1 parent dbd5d0c commit 655fbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"max_stay_arrival",
]

AVAILABILITY_FIELDS = ["no_ota"]
AVAILABILITY_FIELDS = ["no_ota", "avail"]

ID_WUBOOK_PLAN = -1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class ChannelWubookPmsAvailabilityPlanRuleMapperImport(Component):
direct = [
("date", "date"),
("no_ota", "no_ota"),
("avail", "quota"),
("min_stay", "min_stay"),
("max_stay", "max_stay"),
("min_stay_arrival", "min_stay_arrival"),
Expand Down

0 comments on commit 655fbdc

Please sign in to comment.