Typo at v.1.4.10 - InvoicePlane_Web.php file

path and file:
application\views\invoice_templates\public\InvoicePlane_Web.php

line 185:

<?php echo format_currency($invoice->invoice_item_total); ?>

should be:

<?php echo format_currency($invoice->invoice_item_subtotal); ?>

s!

1 Like