You've already forked reflex-wms-connector
Merge branch 'develop' into Release-2.0-V14
# Conflicts: # ActorPrefix.ftl # InternalSettings.ftl # RFXtoRP_HsrLoadInfo.ftl # RFXtoRP_PlatformLogCreate.ftl # RFXtoRP_RestResponse.ftl
This commit is contained in:
@@ -63,6 +63,8 @@
|
||||
<#assign preparationOrderPostResponse = JsonUtil.jsonToMap(restResponseBody)>
|
||||
<#if preparationOrderPostResponse.status?? && (preparationOrderPostResponse.status == "SUCCESS" || preparationOrderPostResponse.status == "WARN") >
|
||||
<#if DeleteEF_Creation>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted>
|
||||
@@ -72,6 +74,17 @@
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
>>>>>>> develop
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_ExecutionflowDeleted.ftl">
|
||||
}
|
||||
]
|
||||
<<<<<<< HEAD
|
||||
<#else>
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowShipFromAcked>
|
||||
@@ -80,6 +93,8 @@
|
||||
<#include "RFXtoRP_PrepOrder_ShipFromAcked.ftl">
|
||||
}
|
||||
]
|
||||
=======
|
||||
>>>>>>> develop
|
||||
</#if>
|
||||
<#else>
|
||||
[
|
||||
@@ -441,6 +456,8 @@
|
||||
<#case "appointment_post_physical_receipt_associations_by_number">
|
||||
<#case "appointment_post_physical_receipt_dissociations_by_ref">
|
||||
<#case "appointment_post_physical_receipt_dissociations_by_number">
|
||||
<#case "appointment_post_anticipated_receipt_associations_by_ref">
|
||||
<#case "appointment_post_anticipated_receipt_dissociations_by_number">
|
||||
<#switch restResponsetMsg.status!no_status>
|
||||
<#case no_status>
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user