[-] FO : display total voucher without taxes when the customer group does not display taxes #PSCFV-7746

This commit is contained in:
Damien Metzger
2013-02-21 16:11:26 +01:00
parent 43e52b69ac
commit 75bb9cf3c0
+1 -1
View File
@@ -158,7 +158,7 @@
{/if}
</td>
<td colspan="2" class="price-discount price" id="total_discount">
{if $use_taxes}
{if $use_taxes && $priceDisplay == 0}
{assign var='total_discounts_negative' value=$total_discounts * -1}
{else}
{assign var='total_discounts_negative' value=$total_discounts_tax_exc * -1}