correction syntaxe ftl
This commit is contained in:
parent
9575d790d0
commit
d75526a5df
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<#-- How to use MD Header map
|
<#-- How to use MD Header map
|
||||||
Example :
|
Example :
|
||||||
<#assign pick_sequence_code = Header_MetaData_Map["OrderType"]/>
|
<#assign pick_sequence_code = Header_MetaData_Map[OrderType]/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
<#-- How to use MD or SK map
|
<#-- How to use MD or SK map
|
||||||
Example :
|
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 grade_code_to_prepare =""/>
|
||||||
<#assign batch_1 =""/>
|
<#assign batch_1 =""/>
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<#-- How to use MD Header map
|
<#-- How to use MD Header map
|
||||||
Example :
|
Example :
|
||||||
<#assign receipt_type = Header_MetaData_Map["OrderType"]/>
|
<#assign receipt_type = Header_MetaData_Map[OrderType]/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<#assign activity_code = "PEN"/>
|
<#assign activity_code = "PEN"/>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<#-- How to use MD or SK map
|
<#-- How to use MD or SK map
|
||||||
Example :
|
Example :
|
||||||
<#assign owner_code = SegmentationKeys_Map["Owner"]/>
|
<#assign owner_code = SegmentationKeys_Map[Owner]/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user