You've already forked reflex-wms-connector
SCPN1-10956
This commit is contained in:
@@ -83,7 +83,6 @@
|
|||||||
<#stop "WMS type code not supported">
|
<#stop "WMS type code not supported">
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
|
||||||
<#-- for Claim on anticipated receipt -->
|
<#-- for Claim on anticipated receipt -->
|
||||||
<#else>
|
<#else>
|
||||||
<#if dispute.dispute_type_code=="020" >
|
<#if dispute.dispute_type_code=="020" >
|
||||||
@@ -96,6 +95,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
</#if>
|
||||||
|
|
||||||
<#if TableReasonCode[dispute.dispute_reason_code]??>
|
<#if TableReasonCode[dispute.dispute_reason_code]??>
|
||||||
"ClaimTypeID":"CLAIMTYPE_${projectRP}_EXECUTIONFLOW_${TableReasonCode[dispute.dispute_reason_code]}"
|
"ClaimTypeID":"CLAIMTYPE_${projectRP}_EXECUTIONFLOW_${TableReasonCode[dispute.dispute_reason_code]}"
|
||||||
|
|||||||
@@ -33,12 +33,12 @@
|
|||||||
<#else>
|
<#else>
|
||||||
<#if dispute.dispute_reception??>
|
<#if dispute.dispute_reception??>
|
||||||
"Message": "${dispute.dispute_reception.reception_reference?trim?json_string}"
|
"Message": "${dispute.dispute_reception.reception_reference?trim?json_string}"
|
||||||
</#if>
|
|
||||||
<#else>
|
<#else>
|
||||||
<#if dispute.dispute_anticipated_receipt??>
|
<#if dispute.dispute_anticipated_receipt??>
|
||||||
"Message": "${dispute.dispute_anticipated_receipt.anticipated_receipt_reference?trim?json_string}"
|
"Message": "${dispute.dispute_anticipated_receipt.anticipated_receipt_reference?trim?json_string}"
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
</#if>
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user