Fixed setting VatId

This commit is contained in:
dankito 2024-11-14 20:59:07 +01:00
parent fb5cce224f
commit 148fc91b58
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class MustangMapper {
fun mapParty(party: Party): TradeParty = TradeParty(
party.name, party.street, party.postalCode, party.city, party.countryIsoCode
).apply {
this.taxID = party.vatId
this.setVATID(party.vatId)
// TODO: description?
this.email = party.email