[FIX] pms-api-rest: remove vat_document_type field

This commit is contained in:
miguelpadin
2022-10-26 19:21:06 +02:00
committed by Darío Lodeiros
parent 8d3665b23e
commit 83606ef5f2

View File

@@ -539,7 +539,6 @@ class PmsPartnerService(Component):
partner_fields.update(
{
"vat": pms_partner_info.vatNumber,
"vat_document_type": "vat",
}
)
else: