SCPN1-9437

(cherry picked from commit 374ab5499448d8e8b78f2401d1c9fbb7c42cb8a3)
This commit is contained in:
Laurie MONTANT 2025-10-16 11:09:22 +02:00 committed by Francis Reat
parent 8ca2f62591
commit c8806baf5c

View File

@ -93,7 +93,6 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign receipt = JsonUtil.jsonToMap(dataRfx)>
[
<#if receipt.receipt_reference?? && receipt.receipt_reference!="">
<#if receipt.line_list ??>
{
@ -106,10 +105,6 @@
<#-- No line-->
<#stop>
</#if>
<#else>
<#-- Receipt reference is empty-->
<#stop >
</#if>
]
<#break>