modifs
This commit is contained in:
parent
550c0047da
commit
d91d15c1c9
@ -5,14 +5,19 @@
|
|||||||
"ProjectID": "${projectRP}"
|
"ProjectID": "${projectRP}"
|
||||||
},
|
},
|
||||||
"ID": {
|
"ID": {
|
||||||
|
<#if text_language_rfx="fr">
|
||||||
|
<#if uniqueness?? && uniqueness!="" >
|
||||||
|
"RefID": "${depot.physical_depot_code?trim?json_string}"
|
||||||
|
<#else>
|
||||||
|
"RefID": "DEP${depot.physical_depot_code?trim?json_string}"
|
||||||
|
</#if>
|
||||||
|
<#else>
|
||||||
<#if uniqueness?? && uniqueness!="" >
|
<#if uniqueness?? && uniqueness!="" >
|
||||||
"RefID": "${depot.physical_depot_code?trim?json_string}"
|
"RefID": "${depot.physical_depot_code?trim?json_string}"
|
||||||
<#else>
|
<#else>
|
||||||
"RefID": "DPO${depot.physical_depot_code?trim?json_string}"
|
"RefID": "DEP${depot.physical_depot_code?trim?json_string}"
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"Payload": {
|
"Payload": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user