You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -34,17 +34,14 @@
|
||||
<#if appointment.Commissions??>
|
||||
"physical_receipt_list": [
|
||||
<#list appointment.Commissions as commission>
|
||||
{
|
||||
"receipt_activity": "${eventRP.executionflowCustomFields.activity_code?json_string}",
|
||||
"originator_code": "${eventRP.executionflowCustomFields.originator_code?json_string}",
|
||||
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
||||
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
||||
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
||||
|
||||
{
|
||||
"receipt_activity": "${eventRP.executionflowCustomFields.activity_code?json_string}",
|
||||
"originator_code": "${eventRP.executionflowCustomFields.originator_code?json_string}",
|
||||
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
||||
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
||||
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
||||
}
|
||||
|
||||
<#sep>,</#sep>
|
||||
|
||||
</#list>
|
||||
],
|
||||
</#if>
|
||||
|
||||
Reference in New Issue
Block a user