This commit is contained in:
Laurie MONTANT 2025-03-13 11:32:04 +01:00
parent b168b16931
commit da75ead70f

View File

@ -62,6 +62,16 @@
<#else>
<#stop "Type not supported">
</#if>
<#if TableReasonCode[dispute.dispute_reason_code]??>
"ClaimTypeID":"CLAIMTYPE_${projectRP}_EXECUTIONFLOW_${TableReasonCode[dispute.dispute_reason_code]}"
<#else>
<#stop "Claim reason code not supported" >
</#if>
}
}
]
]