From 1b70f11ca2a06b0db3bd252bb2fade5a083cd903 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Wed, 15 Feb 2012 10:45:58 +0000 Subject: [PATCH] // fixed bug #PSTEST-757 --- 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 +