Minor bug Prifit & Loss Statement
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 2 May 2009 21:52:26 +0000 (21:52 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 2 May 2009 21:52:26 +0000 (21:52 +0000)
CHANGELOG.txt
reporting/rep707.php

index 1346c0989053db8131afcc3df1a4d5661e073404..2d156a9a972119afec95b5ff6fa52a8e2a0ef5b7 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> 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.
index 7686b321ab2b02202f410b20d87b327583601d69..5d7e1037ad41ee2ca5891f97160287e4733efe3a 100644 (file)
@@ -234,7 +234,7 @@ function print_profit_and_loss_statement()
                $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);