hsrAntRec

This commit is contained in:
2026-01-13 18:09:02 +01:00
parent e03da2db8d
commit efddfdc821
2 changed files with 6 additions and 6 deletions

View File

@@ -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>