initialisation for default data files

This commit is contained in:
2023-10-12 11:21:19 +02:00
parent 96757a5262
commit bee2e4add3
5 changed files with 25 additions and 20 deletions

View File

@@ -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>