// small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17367 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user