modifs
This commit is contained in:
parent
ab7c45bcd7
commit
01d58746d8
@ -22,9 +22,14 @@
|
|||||||
<#else>
|
<#else>
|
||||||
"Title":"",
|
"Title":"",
|
||||||
</#if>
|
</#if>
|
||||||
|
"Criticality":"${TableCriticality[dispute.dispute_criticity]}",
|
||||||
"Amount": {
|
"Amount": {
|
||||||
<#-- "Currency": "${TableCurrency[dispute.dispute_amount_unit]}",-->
|
<#assign isCurrencyCode = JsonUtil.isCurrencyCode(dispute.dispute_amount_unit?upper_case) />
|
||||||
"Currency":"EUR",
|
<#if isCurrencyCode>
|
||||||
|
"Currency" : "${dispute.dispute_amount_unit?upper_case?json_string}",
|
||||||
|
<#else>
|
||||||
|
"Currency" : "XXX",
|
||||||
|
</#if>
|
||||||
"Value": "${dispute.dispute_amount}"
|
"Value": "${dispute.dispute_amount}"
|
||||||
},
|
},
|
||||||
<#if dispute.dispute_type_code=="050" >
|
<#if dispute.dispute_type_code=="050" >
|
||||||
@ -48,7 +53,4 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user