diff --git a/pms_api_rest/services/pms_availability_plan_service.py b/pms_api_rest/services/pms_availability_plan_service.py index 425363f26..e68b68f54 100644 --- a/pms_api_rest/services/pms_availability_plan_service.py +++ b/pms_api_rest/services/pms_availability_plan_service.py @@ -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: