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