Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep501.php
index bba03cde2be4d1a345c8bd5d5e93923747a65834..e8a21a23cfcc2572df0317ad600965909d4a84dd 100644 (file)
@@ -93,7 +93,7 @@ function print_dimension_summary()
 
     $rep = new FrontReport(_('Dimension Summary'), "DimensionSummary", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);