[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 6daf4245ca
commit b72d757c59

View File

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