You've already forked reflex-wms-connector
unicité
This commit is contained in:
@@ -26,29 +26,16 @@
|
||||
|
||||
"ShipFrom":
|
||||
{
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID": "${receipt.original_code?trim?json_string}"
|
||||
<#else>
|
||||
"ActorID": "${prefixsupplier}${receipt.original_code?trim?json_string}"
|
||||
</#if>
|
||||
|
||||
"ActorID": "${RFXtoRPprefixSupplier(receipt.original_code?trim?json_string)}"
|
||||
},
|
||||
"ShipTo" :
|
||||
{
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID": "${receipt.physical_depot_code?trim?json_string}"
|
||||
<#else>
|
||||
"ActorID": "${prefixdepot}${receipt.physical_depot_code?trim?json_string}"
|
||||
</#if>
|
||||
"ActorID": "${RFXtoRPprefixDepot(receipt.physical_depot_code?trim?json_string)}"
|
||||
},
|
||||
"ShipToAcked": true,
|
||||
|
||||
<#if receipt.carrier_informations.carrier_code != "">
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"Carrier" : {"ActorID": "${receipt.carrier_informations.carrier_code?trim?json_string}"},
|
||||
<#else>
|
||||
"Carrier" : {"ActorID": "${prefixcarrier}${receipt.carrier_informations.carrier_code?trim?json_string}"},
|
||||
</#if>
|
||||
"Carrier": "${RFXtoRPprefixCarrier(receipt.carrier_informations.carrier_code?trim?json_string)}",
|
||||
</#if>
|
||||
|
||||
<#if receipt.line_list??>
|
||||
|
||||
Reference in New Issue
Block a user