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