From 9f9565ebb2f4073cd8acbf696e4e5906c57a0ff6 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 15 Jan 2013 20:00:24 +0100 Subject: [PATCH] [-] FO : fixed +/- Tx on the customer voucher page #PSCFV-6642 --- themes/default/discount.tpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/default/discount.tpl b/themes/default/discount.tpl index 790541978..3e4abef8c 100644 --- a/themes/default/discount.tpl +++ b/themes/default/discount.tpl @@ -50,7 +50,7 @@ {if $discountDetail.id_discount_type == 1} {$discountDetail.value|escape:'htmlall':'UTF-8'}% {elseif $discountDetail.id_discount_type == 2} - {convertPrice price=$discountDetail.value} + {convertPrice price=$discountDetail.value} ({if $discountDetail.reduction_tax == 1}{l s='Tax included'}{else}{l s='Tax excluded'}{/if}) {elseif $discountDetail.id_discount_type == 3} {l s='Free shipping'} {else} @@ -76,9 +76,6 @@ {/foreach} -

- *{l s='Tax included'} -

{else}

{l s='You do not have any vouchers.'}

{/if}