This commit is contained in:
Laurie MONTANT 2024-09-16 14:20:20 +02:00
parent 75a9a1727c
commit cde81b3e8b

View File

@ -5,13 +5,13 @@
"ProjectID": "${projectRP}"
},
"ID": {
<#--<#if reflex_platform_project_list.site_code_unicity?? && reflex_platform_project_list.site_code_unicity=true >
<#if uniqueness?? && uniqueness=yes >
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "DPO${depot.physical_depot_code?trim?json_string}"
</#if>-->
"RefID": "${depot.physical_depot_code?trim?json_string}"
},