Removed obsolete stock_moves.visible field; changed add_stock_move() prototype.
[fa-stable.git] / reporting / rep204.php
index cfd7f8dfa485f587a04c18ad63f69d044544dc4a..ba14f2ceac4ccc1964c393b6e61480a57873f86a 100644 (file)
@@ -91,7 +91,7 @@ function print_outstanding_GRN()
 
     $rep = new FrontReport(_('Outstanding GRNs Report'), "OutstandingGRN", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
@@ -152,4 +152,3 @@ function print_outstanding_GRN()
     $rep->End();
 }
 
-?>
\ No newline at end of file