Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep305.php
index 010fa364df86eafee18cc641e7d07d7181c9adbd..083d73f537a6adab0c9511cb3e42a0693318dcb8 100644 (file)
@@ -106,7 +106,7 @@ function print_grn_valuation()
 
     $rep = new FrontReport(_('GRN Valuation Report'), "GRNValuationReport", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);