From ef55f90a8d2099a7ae2e384e7deb5f458f7f207f Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 2 May 2009 21:52:26 +0000 Subject: [PATCH] Minor bug Prifit & Loss Statement --- CHANGELOG.txt | 4 ++++ reporting/rep707.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1346c098..2d156a9a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/reporting/rep707.php b/reporting/rep707.php index 7686b321..5d7e1037 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -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); -- 2.30.2