Cleanup comments. Small bugfixes. Third run
[fa-stable.git] / reporting / rep701.php
index c3dfb3b6e4fff30acd341d23fa605a3a3abc8ce1..78dc2c7d91a7f794916eca23cfe91ec9f8be3895 100644 (file)
@@ -116,7 +116,7 @@ function print_Chart_of_Accounts()
 
        $rep = new FrontReport(_('Chart of Accounts'), "ChartOfAccounts", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
@@ -143,4 +143,3 @@ function print_Chart_of_Accounts()
        $rep->End();
 }
 
-?>
\ No newline at end of file