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