Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep601.php
index 6f9c41b963e7c4f7babd43846f10784ed980a319..db85e6686015a1f1be3c82e2bb891d88bf1842a9 100644 (file)
@@ -86,7 +86,7 @@ function print_bank_transactions()
            2 => array('text' => _('Bank Account'),'from' => $act,'to' => ''));
 
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();