Format date from Reflex

This commit is contained in:
2023-09-06 15:13:47 +02:00
parent d263897eb7
commit 7a46793fe7
16 changed files with 25 additions and 51 deletions

View File

@@ -38,6 +38,7 @@
</#if>
<#if receipt.line_list??>
"Lines" : [
<#list receipt.line_list as line>
{
@@ -55,13 +56,11 @@
<#assign line_without_detail_priority_date = line.line_without_detail.priority_date?datetime(rfx_date_format_default)?iso_utc />
"PriorityDate": "${line_without_detail_priority_date}",
</#if>
<#-- Line Segmentation Keys inclusion -->
<#include "RFXtoRP_HsrReceiptList_ExecutionflowDetected_LineSegmentationKeys.ftl">
<#else>
<#stop "line with detail">
</#if>
<#-- Line Segmentation Keys inclusion -->
<#include "RFXtoRP_HsrReceiptList_ExecutionflowDetected_LineSegmentationKeys.ftl">
},
"Quantity" :
{
@@ -74,6 +73,7 @@
<#sep>,</#sep>
</#list>
],
</#if>
"RequestedMilestones" :
{