From d1bd44d348d8083a25a8d4f55fcb09b4b81c8562 Mon Sep 17 00:00:00 2001 From: Parag Bhilkar Date: Tue, 1 Jul 2014 13:06:01 +0530 Subject: [PATCH] VAT-414 Added ts tag in template files. --- templates/CRM/Price/Page/Field.tpl | 4 ++-- templates/CRM/Price/Page/LineItem.tpl | 6 +++--- templates/CRM/Price/Page/Option.tpl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Price/Page/Field.tpl b/templates/CRM/Price/Page/Field.tpl index d10ebc6a30..77c2bd6c0e 100644 --- a/templates/CRM/Price/Page/Field.tpl +++ b/templates/CRM/Price/Page/Field.tpl @@ -90,9 +90,9 @@ {if $getTaxDetails} {if $row.tax_rate != '' && $row.html_type eq "Text / Numeric Quantity"} {if $row.tax_rate == 0.00} - VAT(Exempt) + {ts}VAT(Exempt){/ts} {else} - VAT({$row.tax_rate|string_format:"%.2f"}%) + {ts}VAT{/ts}({$row.tax_rate|string_format:"%.2f"}%) {/if} {/if} {if $row.html_type eq "Text / Numeric Quantity" }{$row.tax_amount|crmMoney}{/if} diff --git a/templates/CRM/Price/Page/LineItem.tpl b/templates/CRM/Price/Page/LineItem.tpl index a66a55108a..d73e103bd1 100644 --- a/templates/CRM/Price/Page/LineItem.tpl +++ b/templates/CRM/Price/Page/LineItem.tpl @@ -72,13 +72,13 @@ {$line.line_total-$line.tax_amount|crmMoney} {if $line.tax_rate != ""} {if $line.tax_rate == 0} - VAT(exempt) + {ts}VAT(exempt){/ts} {else} - VAT({$line.tax_rate|string_format:"%.2f"}%) + {ts}VAT{/ts}({$line.tax_rate|string_format:"%.2f"}%) {/if} {$line.tax_amount|crmMoney} {elseif $line.tax_amount != ''} - VAT(exempt) + {ts}VAT(exempt){/ts} {$line.tax_amount|crmMoney} {else} diff --git a/templates/CRM/Price/Page/Option.tpl b/templates/CRM/Price/Page/Option.tpl index b532489dbd..53c4ffc5c0 100644 --- a/templates/CRM/Price/Page/Option.tpl +++ b/templates/CRM/Price/Page/Option.tpl @@ -80,9 +80,9 @@ {if $getTaxDetails} {if $row.tax_rate != '' } {if $row.tax_rate == 0.00} - VAT(Exempt) + {ts}VAT(Exempt){/ts} {else} - VAT({$row.tax_rate|string_format:"%.2f"}%) + {ts}VAT{/ts}({$row.tax_rate|string_format:"%.2f"}%) {/if} {/if} {$row.tax_amount|crmMoney} -- 2.25.1