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
+