mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api_rest: fix precommit
This commit is contained in:
committed by
Darío Lodeiros
parent
adc579d9c1
commit
ce7ea67374
@@ -210,7 +210,9 @@ class PmsReservationService(Component):
|
||||
reservation.room_type_id = reservation_data.roomTypeId
|
||||
|
||||
reservation_vals = self._create_vals_from_params(
|
||||
reservation_vals, reservation_data, reservation_id,
|
||||
reservation_vals,
|
||||
reservation_data,
|
||||
reservation_id,
|
||||
)
|
||||
# TODO: this should be @ pms core
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user