RDV
This commit is contained in:
parent
26e143efb0
commit
b24fe76a81
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list appointment.Commissions as commission>
|
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
{
|
{
|
||||||
"receipt_activity": "${custom.value.activity_code?json_string}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
@ -42,7 +41,6 @@
|
|||||||
"receipt_year": "${custom.value.order_year?json_string}",
|
"receipt_year": "${custom.value.order_year?json_string}",
|
||||||
"receipt_number": "${custom.value.order_number?json_string}"
|
"receipt_number": "${custom.value.order_number?json_string}"
|
||||||
}
|
}
|
||||||
</#list>
|
|
||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
</#list>
|
</#list>
|
||||||
],
|
],
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
{
|
{
|
||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list appointment.Commissions as commission>
|
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
{
|
{
|
||||||
"receipt_activity": "${custom.value.activity_code?json_string}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
@ -19,7 +18,6 @@
|
|||||||
"receipt_year": "${custom.value.order_year?json_string}",
|
"receipt_year": "${custom.value.order_year?json_string}",
|
||||||
"receipt_number": "${custom.value.order_number?json_string}"
|
"receipt_number": "${custom.value.order_number?json_string}"
|
||||||
}
|
}
|
||||||
</#list>
|
|
||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
</#list>
|
</#list>
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user