correction syntaxe ftl
This commit is contained in:
parent
5d1a3ac680
commit
9575d790d0
@ -54,7 +54,7 @@
|
||||
<#assign Line_MetaData_Map = JsonUtil.sequenceToMap(line.MetaData, "Key", "Value") />
|
||||
</#if>
|
||||
<#if line.RequestedContent.Goods.SegmentationKeys??>
|
||||
<#assign SegmentationKeys_Map = JsonUtil.sequenceToMap(execution.line.RequestedContent.Goods.SegmentationKeys, "Key", "Value") />
|
||||
<#assign SegmentationKeys_Map = JsonUtil.sequenceToMap(line.RequestedContent.Goods.SegmentationKeys, "Key", "Value") />
|
||||
</#if>
|
||||
<#include "RPtoRFX_PrepOrder_DefaultLineData.ftl">
|
||||
{
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
}<#sep>,</#sep>
|
||||
</#list>
|
||||
],
|
||||
]
|
||||
</#if>
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user