[FIX]pms_api_rest: camelCase pmsPropertyId in calendar service

This commit is contained in:
Darío Lodeiros
2022-07-14 20:08:12 +02:00
parent 2617a82901
commit 98a754f18b

View File

@@ -108,7 +108,7 @@ class PmsCalendarService(Component):
("room_id", "=", room_id_a),
("date", ">=", swap_info.swapFrom),
("date", "<=", swap_info.swapTo),
("pms_property_id", "=", swap_info.pms_property_id),
("pms_property_id", "=", swap_info.pmsPropertyId),
]
)