Invoices now shows the remaining balance after amount

This commit is contained in:
root
2019-04-13 22:41:03 -04:00
parent 4ba961e533
commit 06b1f55849
3 changed files with 21 additions and 3 deletions

View File

@@ -160,8 +160,8 @@ mpdf-->
<td class="totals cost">$ '.number_format($total_tax,2).' </td>
</tr>
<tr>
<td class="totals"><b>TOTAL:</b></td>
<td class="totals cost"><b>$ '.number_format($invoice_amount,2).' </b></td>
<td class="totals">Total:</td>
<td class="totals cost">$ '.number_format($invoice_amount,2).' </td>
</tr>
<tr>
<td class="totals">Paid:</td>