Ajout controle

This commit is contained in:
Laurie MONTANT 2025-06-16 11:38:53 +02:00
parent 645a1cda86
commit af99f0d11f

View File

@ -33,6 +33,7 @@
}
]
<#else>
<#if receipt.line_list ??>
[
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
@ -49,6 +50,9 @@
}
]
<#else>
<#stop>
</#if>
</#if>
<#break>
<#case "U">
@ -110,6 +114,7 @@
<#stop> <#-- Receipt reference for transfer is empty-->
</#if>
<#else>
<#if receipt.line_list ??>
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
@ -122,6 +127,9 @@
"datas" :
<#include "RFXtoRP_HsrReceiptList_ReceiptExpected.ftl">
}
<#else>
<#stop>
</#if>
</#if>
</#if>
</#if>