You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<#include "HfRpConfig.ftl">
|
||||
<#include "ReflexUtils.ftl">
|
||||
<#include "ActorPrefix.ftl">
|
||||
[
|
||||
|
||||
{
|
||||
@@ -18,18 +19,10 @@
|
||||
<#if preparationOrder.load_data?? && preparationOrder.load_data.carrier_code?? && preparationOrder.load_data.carrier_code!="" >
|
||||
,
|
||||
"HUCarrier":{
|
||||
<#if text_language_rfx="fr">
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID":"${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
<#else>
|
||||
"ActorID":"TRA${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
</#if>
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID":"${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
<#else>
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID":"${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
<#else>
|
||||
"ActorID":"CAR${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
</#if>
|
||||
"ActorID":"${carrier}${preparationOrder.load_data.carrier_code?trim?json_string}"
|
||||
</#if>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user