[IMP]pms_api_rest: added overpayment color to configurate in property

This commit is contained in:
braisab
2022-11-29 12:23:16 +01:00
committed by Darío Lodeiros
parent 82c2ac3065
commit 7799b4d8ef
6 changed files with 13 additions and 146 deletions

View File

@@ -43,6 +43,7 @@ class PmsPropertyService(Component):
staffReservationColor=prop.staff_reservation_color,
toAssignReservationColor=prop.to_assign_reservation_color,
pendingPaymentReservationColor=prop.pending_payment_reservation_color,
overPaymentColor=prop.overpayment_reservation_color,
simpleOutColor=prop.simple_out_color,
simpleInColor=prop.simple_in_color,
simpleFutureColor=prop.simple_future_color,