You've already forked reflex-wms-connector
initialisation for default data files
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<#assign apiRestReflexID = ApiRestReflexID.preparation_orders_post>
|
||||
"apiRestReflexID" : "${apiRestReflexID}",
|
||||
"datas" :
|
||||
<#include "RPtoRFX_Preparation_orders_post.ftl">
|
||||
<#include "RPtoRFX_PrepOrder.ftl">
|
||||
}
|
||||
</#if>
|
||||
<#if eventRP.partnerAppRole == "ShipTo" && executionflow.ShipTo.ActorID != "" && executionflow.ShipTo.Actor.IsShipToConnected?? && executionflow.ShipTo.Actor.IsShipToConnected>
|
||||
@@ -25,13 +25,13 @@
|
||||
<#assign apiRestReflexID = ApiRestReflexID.receipts_post>
|
||||
"apiRestReflexID" : "${apiRestReflexID}",
|
||||
"datas" :
|
||||
<#include "RPtoRFX_Receipts_post.ftl">
|
||||
<#include "RPtoRFX_Receipt.ftl">
|
||||
}
|
||||
</#if>
|
||||
|
||||
]
|
||||
<#break>
|
||||
<#default>
|
||||
<#stop "Event not process">
|
||||
<#stop "Event not processed">
|
||||
</#switch>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user