Added two new helpers date_comp, sql_date_comp.
[fa-stable.git] / reporting / rep704.php
index d3cf9047cac4c5d3c0ba3c01958d90c85a5e9748..1703ed0a81762b1696ba698c12d3cee3dcd3407d 100644 (file)
@@ -114,7 +114,7 @@ function print_GL_transactions()
                                    2 => array('text' => _('Accounts'),'from' => $fromacc,'to' => $toacc));
     }
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
@@ -201,4 +201,3 @@ function print_GL_transactions()
        $rep->End();
 }
 
-?>
\ No newline at end of file