From af60bf0c7e79f16e18cba256ccab0d2b4741a57f Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 13 Sep 2012 19:25:39 +0000 Subject: [PATCH] // small fix --- pdf/invoice.tpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pdf/invoice.tpl b/pdf/invoice.tpl index 6ad5453e1..9b125d8fa 100755 --- a/pdf/invoice.tpl +++ b/pdf/invoice.tpl @@ -272,12 +272,6 @@ {displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl} - {if $order_invoice->getRestPaid() > 0} - - {l s='Remaining Amount Due' pdf='true'} - {displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()} - - {/if}