! -> Note
$ -> Affected files
+02-May-2009 Joe Hunt
+# Minor bug Prifit & Loss Statement
+$ /reporting/rep707.php
+
02-May-2009 Joe Hunt
! Company setup option for printing server Time Zone on Reports Print-Out.
! Company setup version_id for stamping the version id. Can be used for check for update.
$totalacc += $acc_balance;
$classper += $per_balance;
$classacc += $acc_balance;
- $rep->TextCol(0, 1, $account['account_code'].$convert);
+ $rep->TextCol(0, 1, $account['account_code']);
$rep->TextCol(1, 2, $account['account_name']);
$rep->AmountCol(2, 3, $per_balance * $convert, $dec);