Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep114.php
index 6dda958e599bd18faf141dda90b2b8ea69556d92..302a077a0b07efde0e8da53b44ab91ad6e34f365 100644 (file)
@@ -95,7 +95,7 @@ function print_sales_summary_report()
        $headers = array(_('Customer'), _('Tax Id'), _('Total ex. Tax'), _('Tax'));
        $aligns = array('left', 'left', 'right', 'right');
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);