controle line-list

This commit is contained in:
Laurie MONTANT 2025-08-06 11:03:31 +02:00
parent fa59170f4d
commit 828fe74f5b

View File

@ -142,6 +142,7 @@
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign receipt = JsonUtil.jsonToMap(dataRfx)> <#assign receipt = JsonUtil.jsonToMap(dataRfx)>
<#if receipt.line_list ??>
[ [
{ {
@ -151,6 +152,9 @@
<#include "RFXtoRP_HsrReceiptList_ExecutionflowCancelled.ftl"> <#include "RFXtoRP_HsrReceiptList_ExecutionflowCancelled.ftl">
} }
] ]
<#else>
<#stop> <#-- No line-->
</#if>
<#break> <#break>