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>