modifs
This commit is contained in:
parent
37773416ff
commit
86335ba52d
@ -26,10 +26,12 @@
|
||||
<#assign isCurrencyCode = JsonUtil.isCurrencyCode(dispute.dispute_amount_unit?upper_case) />
|
||||
<#if isCurrencyCode>
|
||||
"Currency" : "${dispute.dispute_amount_unit?upper_case?json_string}",
|
||||
<#--<#elseif isCurrencyCode!>
|
||||
"Currency" : "${TableAmount[dispute.dispute_amount_unit?json_string]}",-->
|
||||
<#else>
|
||||
"Currency" : "XXX",
|
||||
<#if TableAmount[dispute.dispute_amount_unit?json_string]??>
|
||||
"Currency" : "${TableAmount[dispute.dispute_amount_unit?json_string]}",
|
||||
<#else>
|
||||
"Currency" : "XXX",
|
||||
</#if>
|
||||
</#if>
|
||||
"Value": "${dispute.dispute_amount}"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user