From c8806baf5cf39349c52501e1f8308b4c432f4723 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Thu, 16 Oct 2025 11:09:22 +0200 Subject: [PATCH] SCPN1-9437 (cherry picked from commit 374ab5499448d8e8b78f2401d1c9fbb7c42cb8a3) --- RFXtoRP_HsrReceiptList.ftl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RFXtoRP_HsrReceiptList.ftl b/RFXtoRP_HsrReceiptList.ftl index d83b7fd..f05fcba 100644 --- a/RFXtoRP_HsrReceiptList.ftl +++ b/RFXtoRP_HsrReceiptList.ftl @@ -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> - <#else> - <#-- Receipt reference is empty--> - <#stop > - ] <#break>