Compare commits

..

4 Commits

Author SHA1 Message Date
af0dd3fc66 Release 2.0.20+4 2026-03-11 12:06:57 +01:00
a8c85b40b4 Merge branch 'SCPN1-10414-2.0' into 'release/2.0'
SCPN1-10414-2.0 into release/2.0

See merge request r-d-technique/tiers/reflex-wms-connector!257
2026-03-11 11:04:05 +00:00
88550b45ac SCPN1-10414 2026-03-11 11:53:06 +01:00
e0f46af99e SCPN1-10414 2026-03-11 11:49:47 +01:00
2 changed files with 522 additions and 522 deletions

View File

@@ -153,10 +153,10 @@
<#if preparationOrderPostResponse.status?? && (preparationOrderPostResponse.status == "SUCCESS" || preparationOrderPostResponse.status == "WARN") >
[
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowShipToAcked>
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_Receipt_ShipToAcked.ftl">
<#include "RFXtoRP_Receipt_ExecutionflowDeleted.ftl">
}
]
<#else>

View File

@@ -1 +1 @@
2.0.20+3
2.0.20+4