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