Release 2.2.3
[fa-stable.git] / reporting / rep701.php
index 847fb04e7371d6f1f4fe9fb35d3d263a296e3c85..fc7b8a43006f1149fb0f0b9b51abf576ef471811 100644 (file)
@@ -71,13 +71,17 @@ function print_Chart_of_Accounts()
                        if ($account['AccountClassName'] != $classname)
                        {
                                $rep->Font('bold');
-                               $rep->TextCol(0, 4, $account['AccountClassName']);
+                               //$rep->TextCol(0, 4, $account['AccountClassName']);
+                               $rep->TextCol(0, 1, $account['ClassID']);
+                               $rep->TextCol(1, 4, $account['AccountClassName']);
                                $rep->Font();
                                //$rep->row -= ($rep->lineHeight + 4);
                                $rep->NewLine();
                        }
                        $group = $account['AccountTypeName'];
-                       $rep->TextCol(0, 4, $account['AccountTypeName']);
+                       //$rep->TextCol(0, 4, $account['AccountTypeName']);
+                       $rep->TextCol(0, 1, $account['AccountType']);
+                       $rep->TextCol(1, 4, $account['AccountTypeName']);
                        //$rep->Line($rep->row - 4);
                        //$rep->row -= ($rep->lineHeight + 4);
                        $rep->NewLine();