You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -1,25 +1,18 @@
|
||||
<#include "ReflexUtils.ftl">
|
||||
<#include "HfRpConfig.ftl">
|
||||
<#include "ActorPrefix.ftl">
|
||||
[
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
},
|
||||
"ID": {
|
||||
<#if text_language_rfx="fr">
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#else>
|
||||
"RefID": "FOU${actor.code?trim?json_string}"
|
||||
</#if>
|
||||
<#else>
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#else>
|
||||
"RefID": "SUP${actor.code?trim?json_string}"
|
||||
</#if>
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#else>
|
||||
"RefID": "${supplier}${actor.code?trim?json_string}"
|
||||
</#if>
|
||||
},
|
||||
|
||||
"Payload": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user