Fixed setting VatId
This commit is contained in:
parent
fb5cce224f
commit
148fc91b58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue