From 10207ea6f925ff0e7cb73cdcb1758bc14716f12b Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 4 Feb 2013 14:58:16 +0100 Subject: [PATCH] // Voucher cleaning --- themes/default/order-payment.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/order-payment.tpl b/themes/default/order-payment.tpl index 9cccac400..61fc3d89f 100644 --- a/themes/default/order-payment.tpl +++ b/themes/default/order-payment.tpl @@ -103,12 +103,12 @@ {if $use_taxes} {if $priceDisplay} - {displayPrice price=$total_discounts_tax_exc} + {displayPrice price=$total_discounts_tax_exc*-1} {else} - {displayPrice price=$total_discounts} + {displayPrice price=$total_discounts*-1} {/if} {else} - {displayPrice price=$total_discounts_tax_exc} + {displayPrice price=$total_discounts_tax_exc*-1} {/if}