[IMP]pms_rest_api: Add isDownPayment to move line datamodel

This commit is contained in:
Darío Lodeiros
2022-11-16 17:06:45 +01:00
parent 03037426fd
commit 453d95fe5c
2 changed files with 2 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ class PmsInvoiceLineInfo(Datamodel):
discount = fields.Float(required=False, allow_none=True)
displayType = fields.String(required=False, allow_none=True)
saleLineId = fields.Integer(required=False, allow_none=True)
isDownPayment = fields.Boolean(required=False, allow_none=True)