hsrAntRec
This commit is contained in:
parent
e03da2db8d
commit
efddfdc821
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user