modifs
This commit is contained in:
parent
6f636b4ee7
commit
f736d62ee4
@ -55,8 +55,8 @@
|
||||
"address_type_code" : "${adresstypecode}",
|
||||
"first_name": "${(executionflow.ShipTo.Contact.FirstName!"")?json_string}",
|
||||
"last_name" :"${(executionflow.ShipTo.Contact.LastName!"")?json_string}",
|
||||
<#if executionflow.ShipTo.Actor.Adresse.Name?? && executionflow.ShipTo.Actor.Adresse.Name!="">
|
||||
"name_or_company_name" : "${(executionflow.ShipTo.Actor.Adresse.Name!"")?json_string}",
|
||||
<#if executionflow.ShipTo.Actor.Adress.Name?? && executionflow.ShipTo.Actor.Adress.Name!="">
|
||||
"name_or_company_name" : "${(executionflow.ShipTo.Actor.Adress.Name!"")?json_string}",
|
||||
<#else>
|
||||
"name_or_company_name" : "${(executionflow.ShipTo.Contact.FirstName!"")?json_string}${(executionflow.ShipTo.Contact.LastName!"")?json_string}"
|
||||
</#if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user