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