Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep102.php
index 5940cc5102ef4f522c4e879e2f6d4d6c7a96023c..acbf3624c3ceaaf615956b2ad09df7f214a8c834 100644 (file)
@@ -139,7 +139,7 @@ function print_aged_customer_analysis()
                $headers[2] = _('Currency');
     $rep = new FrontReport(_('Aged Customer Analysis'), "AgedCustomerAnalysis", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);