Added two new helpers date_comp, sql_date_comp.
[fa-stable.git] / reporting / rep708.php
index 8ab1ef162b343f10e1bbdcf1374109efac39db09..e965ae182c224fb9c7871da8a4b6084723f77501 100644 (file)
@@ -226,7 +226,7 @@ function print_trial_balance()
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2);
        $rep->NewPage();
-       
+
        $classresult = get_account_classes(false);
        while ($class = db_fetch($classresult))
        {
@@ -274,7 +274,7 @@ function print_trial_balance()
        else
                $rep->AmountCol(7, 8, abs($tbal), $dec);
        $rep->NewLine();
-               
+
        $rep->Line($rep->row + 10);
        if (($pbal = round2($pbal, $dec)) != 0.0 && $dimension == 0 && $dimension2 == 0)
        {
@@ -285,4 +285,3 @@ function print_trial_balance()
        $rep->End();
 }
 
-?>
\ No newline at end of file