[FIX] pms-api-rest: remove taxes percentage @ product service & reload services when board service chagned

This commit is contained in:
miguelpadin
2022-11-29 16:56:02 +01:00
committed by Darío Lodeiros
parent 3baa86ed8f
commit f7319d99a9
3 changed files with 2 additions and 3 deletions

View File

@@ -16,4 +16,3 @@ class PmProductInfo(Datamodel):
perDay = fields.Boolean(required=False, allow_none=True)
perPerson = fields.Boolean(required=False, allow_none=True)
consumedOn = fields.String(required=False, allow_none=True)
taxesPercentage = fields.Float(required=False, allow_none=True)