Index: modules/invoicereport.php
===================================================================
RCS file: /home/cvsroot/lms/modules/invoicereport.php,v
retrieving revision 1.19
diff -r1.19 invoicereport.php
80c80
< $invoicelist[$id][$taxid]['tax'] += round($value / ($taxes[$taxid]['value']+100) * 100, 2);
---
> $invoicelist[$id][$taxid]['tax'] += $value - round($value / ($taxes[$taxid]['value']+100) * 100, 2);
Index: templates/invoicereport.html
===================================================================
RCS file: /home/cvsroot/lms/templates/invoicereport.html,v
retrieving revision 1.16
diff -r1.16 invoicereport.html
32c32
< {t}Net value{/t}
{$tax.label}
---
> {t}Tax value{/t}
{$tax.label}
35c35
< {t}Tax value{/t}
{$tax.label}
---
> {t}Net value{/t}
{$tax.label}