mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_rest: camelCase pmsPropertyId in calendar service
This commit is contained in:
@@ -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),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user