hsrAntRec

(cherry picked from commit efddfdc821856f599d160e5071a8e872b419c4c4)
This commit is contained in:
Francis REAT 2026-01-13 18:09:02 +01:00
parent 4496a4a2ce
commit 5977dc3af0
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
<#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#stop create anticipated receipt line> <#stop "create anticipated receipt line">
} }
] ]
<#break> <#break>
@ -26,7 +26,7 @@
<#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#stop update anticipated receipt line> <#stop "update anticipated receipt line">
} }
] ]
<#break> <#break>
@ -37,7 +37,7 @@
<#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)> <#assign ancReceiptLine = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#stop delete anticipated receipt line> <#stop "delete anticipated receipt line">
} }
] ]
<#break> <#break>

View File

@ -17,7 +17,7 @@
<#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)> <#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#stop creation anticipated receipt> <#stop "creation anticipated receipt">
} }
] ]
<#break> <#break>
@ -27,7 +27,7 @@
<#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)> <#assign ancReceipt = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#stop update anticipated receipt> <#stop "update anticipated receipt">
} }
] ]
<#break> <#break>
@ -39,7 +39,7 @@
[ [
{ {
<#stop delete anticipated receipt> <#stop "delete anticipated receipt">
} }
] ]
<#break> <#break>