fix: type error
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
068ba2d293
commit
ab4ea4ba4b
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ const flowAccount = {
|
|||
]
|
||||
.filter(Boolean)
|
||||
.join(" "),
|
||||
contactTaxId: customer.citizenId || customer.legalPersonNo,
|
||||
contactTaxId: customer.citizenId || customer.legalPersonNo || "-",
|
||||
contactBranch:
|
||||
(customer.customer.customerType === CustomerType.PERS
|
||||
? [customer.firstName, customer.lastName].join(" ").trim()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue