You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<#assign appointment = eventRP.data />
|
||||
[
|
||||
<#if eventRP.appointmentCustomFields?has_content>
|
||||
<#list eventRP.executionflowCustomFields as commission>
|
||||
<#list eventRP.executionflowCustomFields.entrySet()(l ->l.value?? && l.value?has_content) as commission>
|
||||
{
|
||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number>
|
||||
"apiRestReflexID" : "${apiRestReflexID}",
|
||||
@@ -42,6 +42,7 @@
|
||||
"datas" :
|
||||
<#include "RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByRef.ftl">
|
||||
}
|
||||
<#sep>,</#sep>
|
||||
</#list>
|
||||
</#if>
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user