Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep202.php
index 3a674d89cabce5179352de4fa5cfa33f6414c705..7efc74c5184392c905a7b1b59c583d28fe702d5a 100644 (file)
@@ -144,7 +144,7 @@ function print_aged_supplier_analysis()
                $headers[2] = _('currency');
     $rep = new FrontReport(_('Aged Supplier Analysis'), "AgedSupplierAnalysis", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);