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}