[FIX] pms-api-rest: createHour field @ PmsFolioShortInfo (datamodel)

This commit is contained in:
miguelpadin
2023-12-22 16:09:00 +01:00
committed by Darío Lodeiros
parent c2bad12075
commit 689832a985

View File

@@ -76,3 +76,4 @@ class PmsFolioShortInfo(Datamodel):
firstCheckin = fields.String(required=False, allow_none=True)
lastCheckout = fields.String(required=False, allow_none=True)
createDate = fields.String(required=False, allow_none=True)
createHour = fields.String(required=False, allow_none=True)