[IMP] pms_api_rest: add default_pricelist in property and fix result in pricelist_service

This commit is contained in:
Sara Lago
2022-04-13 15:44:53 +02:00
committed by Darío Lodeiros
parent 276470017c
commit bab106d5d5
3 changed files with 4 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ class PmsPropertyInfo(Datamodel):
id = fields.Integer(required=False, allow_none=True)
name = fields.String(required=False, allow_none=True)
company = fields.String(required=False, allow_none=True)
defaultPricelistId = fields.Integer(required=False, allow_none=True)