mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: fix av. plans by property
This commit is contained in:
committed by
Darío Lodeiros
parent
743aaa7907
commit
a31d45cdbd
@@ -120,6 +120,7 @@ class PmsAvailabilityPlanService(Component):
|
||||
record_availability_plan_id.id,
|
||||
),
|
||||
("room_type_id", "=", room_type.id),
|
||||
("pms_property_id", "=", availability_plan_rule_search_param.pmsPropertyId)
|
||||
]
|
||||
)
|
||||
if rule:
|
||||
|
||||
Reference in New Issue
Block a user