modifs transfert
This commit is contained in:
parent
af99f0d11f
commit
bdc59a2c20
@ -37,6 +37,9 @@
|
||||
"ShipTo": {
|
||||
<#if preparation_order.intermediate_consignee_code?? && preparation_order.intermediate_consignee_code!="">
|
||||
"ActorID": "${RFXtoRPprefixDepot(preparation_order.intermediate_consignee_code?json_string)}"
|
||||
<#else>
|
||||
<#if preparation_order.preparation_type_code == "030">
|
||||
"ActorID": "${RFXtoRPprefixDepot(preparation_order.end_consignee_code?json_string)}"
|
||||
<#else>
|
||||
<#if preparation_order.address.address_type_code == "" &&
|
||||
preparation_order.address.name_or_company_name == "" &&
|
||||
@ -70,6 +73,7 @@
|
||||
}
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
},
|
||||
<#if preparation_order.originator_reference?? && preparation_order.originator_reference!="">
|
||||
"OrderID": "${preparation_order.originator_reference?trim?json_string}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user