Skip to content

Instantly share code, notes, and snippets.

@abacijson
Created May 15, 2020 00:12
Show Gist options
  • Save abacijson/cfe91230f20b635122a8cb5ee5f1b41d to your computer and use it in GitHub Desktop.
Save abacijson/cfe91230f20b635122a8cb5ee5f1b41d to your computer and use it in GitHub Desktop.
<#assign currencyType = '$'>
<#if record.currencysymbol = 'GBP'>
<#assign currencyType = '£'>
</#if>
<#if record.currencysymbol = 'EUR'>
<#assign currencyType = '€'>
</#if>
<#if record.currencysymbol = 'INR'>
<#assign currencyType = '₹'>
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment