diff --git a/RFXtoRP_HsrDepot_ActorCreated.ftl b/RFXtoRP_HsrDepot_ActorCreated.ftl index 73983c7..406d2c7 100644 --- a/RFXtoRP_HsrDepot_ActorCreated.ftl +++ b/RFXtoRP_HsrDepot_ActorCreated.ftl @@ -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}" --> - "RefID": "${depot.physical_depot_code?trim?json_string}" + },