Merge branch 'VAT-572' of github.com:Parag18/civicrm-core into Parag18-VAT-572
[civicrm-core.git] / templates / CRM / Price / Page / Option.tpl
index 53c4ffc5c0a4ce48d4efbc47e30963b372a5dab6..efef17ae28bd2f7328053b812444d16cb8d65021 100644 (file)
             <td class="nowrap crm-price-option-order">{$row.weight}</td>
             {if $getTaxDetails}
               <td>{if $row.tax_rate != '' }
-                    {if $row.tax_rate == 0.00}
-                      {ts}VAT(Exempt){/ts}
-                    {else}
-                      {ts}VAT{/ts}({$row.tax_rate|string_format:"%.2f"}%)
-                    {/if}
-                  {/if}</td>
+                    {$taxTerm} ({$row.tax_rate|string_format:"%.2f"}%)
+                  {/if}
+              </td>
               <td>{$row.tax_amount|crmMoney}</td>
             {/if}
             <td id="row_{$row.id}_status" class="crm-price-option-is_active">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>