Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep303.php
index 978810c7936bc8f049ff691d756a968416dcdc25..9c2a493bdf9831300e726c8a88d6605997358003 100644 (file)
@@ -132,7 +132,7 @@ function print_stock_check()
 
        $rep = new FrontReport(_('Stock Check Sheets'), "StockCheckSheet", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);