correction syntaxe ftl

This commit is contained in:
2023-10-18 14:55:22 +02:00
parent 9575d790d0
commit d75526a5df
4 changed files with 5 additions and 5 deletions

View File

@@ -3,10 +3,10 @@
<#-- How to use MD or SK map
Example :
<#assign owner_code_to_prepare = SegmentationKeys_Map["Owner"]/>
<#assign owner_code_to_prepare = SegmentationKeys_Map[Owner]/>
-->
<#assign owner_code_to_prepare = SegmentationKeys_Map["myOwner"]/>
<#assign owner_code_to_prepare = SegmentationKeys_Map[myOwner]/>
<#assign grade_code_to_prepare =""/>
<#assign batch_1 =""/>