[IMP] pms-api-rest: res. lines add price_day_total & price_day_total_services

This commit is contained in:
miguelpadin
2022-11-02 19:49:57 +01:00
committed by Darío Lodeiros
parent b4aa797638
commit fb4c9a83c1
2 changed files with 12 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ class PmsCalendarInfo(Datamodel):
nextLineSplitted = fields.Boolean(required=False, allow_none=True)
previousLineSplitted = fields.Boolean(required=False, allow_none=True)
closureReason = fields.String(required=False, allow_none=True)
priceDayTotal = fields.Number(required=False, allow_none=True)
priceDayTotalServices = fields.Number(required=False, allow_none=True)
class PmsCalendarAlertsPerDay(Datamodel):
_name = "pms.calendar.alerts.per.day"