// small fix

This commit is contained in:
rGaillard
2012-09-13 19:25:39 +00:00
parent 412ea3bc7c
commit af60bf0c7e

View File

@@ -272,12 +272,6 @@
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->total_paid_tax_incl}</td>
</tr>
{if $order_invoice->getRestPaid() > 0}
<tr style="line-height:5px;color:red;">
<td style="text-align: right; font-weight: bold">{l s='Remaining Amount Due' pdf='true'}</td>
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
</tr>
{/if}
</table>
</td>