hsrAntRec
(cherry picked from commit efddfdc821856f599d160e5071a8e872b419c4c4)
This commit is contained in:
parent
4496a4a2ce
commit
5977dc3af0
@ -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