From 5977dc3af0aa36d53434ab26a8646b4efdd948f1 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Tue, 13 Jan 2026 18:09:02 +0100 Subject: [PATCH] hsrAntRec (cherry picked from commit efddfdc821856f599d160e5071a8e872b419c4c4) --- RFXtoRP_HliAntRecLr.ftl | 6 +++--- RFXtoRP_HsrAntRec.ftl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RFXtoRP_HliAntRecLr.ftl b/RFXtoRP_HliAntRecLr.ftl index 3833300..295e220 100644 --- a/RFXtoRP_HliAntRecLr.ftl +++ b/RFXtoRP_HliAntRecLr.ftl @@ -16,7 +16,7 @@ <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> [ { - <#stop create anticipated receipt line> + <#stop "create anticipated receipt line"> } ] <#break> @@ -26,7 +26,7 @@ <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> [ { - <#stop update anticipated receipt line> + <#stop "update anticipated receipt line"> } ] <#break> @@ -37,7 +37,7 @@ <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> [ { - <#stop delete anticipated receipt line> + <#stop "delete anticipated receipt line"> } ] <#break> diff --git a/RFXtoRP_HsrAntRec.ftl b/RFXtoRP_HsrAntRec.ftl index 10c2bb3..e0555d0 100644 --- a/RFXtoRP_HsrAntRec.ftl +++ b/RFXtoRP_HsrAntRec.ftl @@ -17,7 +17,7 @@ <#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)> [ { - <#stop creation anticipated receipt> + <#stop "creation anticipated receipt"> } ] <#break> @@ -27,7 +27,7 @@ <#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)> [ { - <#stop update anticipated receipt> + <#stop "update anticipated receipt"> } ] <#break> @@ -39,7 +39,7 @@ [ { - <#stop delete anticipated receipt> + <#stop "delete anticipated receipt"> } ] <#break>