mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: fix post folio (with preconfirm flag)
This commit is contained in:
committed by
Darío Lodeiros
parent
9297ca17a6
commit
da1ac07892
@@ -34,6 +34,7 @@ class PmsFolioInfo(Datamodel):
|
||||
agency = fields.Integer(required=False, allow_none=False)
|
||||
externalReference = fields.String(required=False, allow_none=True)
|
||||
closureReasonId = fields.Integer(required=False, allow_none=True)
|
||||
preconfirm = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsFolioShortInfo(Datamodel):
|
||||
|
||||
Reference in New Issue
Block a user