Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep701.php
index c3dfb3b6e4fff30acd341d23fa605a3a3abc8ce1..5c7c829e0c5231f8815745bdcd87a9d2e49c826d 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);