[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

@@ -23,6 +23,7 @@ class PmsPropertyInfo(Datamodel):
outReservationColor = fields.String(required=False, allow_none=True)
staffReservationColor = fields.String(required=False, allow_none=True)
toAssignReservationColor = fields.String(required=False, allow_none=True)
overPaymentColor = fields.String(required=False, allow_none=True)
pendingPaymentReservationColor = fields.String(required=False, allow_none=True)
simpleOutColor = fields.String(required=False, allow_none=True)
simpleInColor = fields.String(required=False, allow_none=True)