// fixed bug #PSTEST-757

This commit is contained in:
aFolletete
2012-02-15 10:45:58 +00:00
parent 77d824e3f1
commit 1b70f11ca2
+2 -2
View File
@@ -228,7 +228,7 @@
<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()}
{if $order_invoice->getRestPaid() > 0}
<tr style="line-height:5px;color:red;">
<td style="text-align: right; font-weight: bold">{l s='Total rest paid' pdf='true'}</td>
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
@@ -265,4 +265,4 @@
</table>
{/if}
</div>
</div>