From bfc0659ebd00aa10cc9bcaa74d55fc99c5e1270a Mon Sep 17 00:00:00 2001 From: aFolletete Date: Wed, 15 Feb 2012 10:45:58 +0000 Subject: [PATCH] // fixed bug #PSTEST-757 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13336 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/pdf/invoice.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/pdf/invoice.tpl b/themes/default/pdf/invoice.tpl index 215e682c2..3524c069f 100755 --- a/themes/default/pdf/invoice.tpl +++ b/themes/default/pdf/invoice.tpl @@ -228,7 +228,7 @@ {displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl} - {if $order_invoice->getRestPaid()} + {if $order_invoice->getRestPaid() > 0} {l s='Total rest paid' pdf='true'} {displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()} @@ -265,4 +265,4 @@ {/if} - \ No newline at end of file +