Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / reporting / rep708.php
index 979ca2e1e4a45bffa0d9e871a8627e209f11b8b7..9ff9b2964783a21f4966185605b06ed8d5fe2c38 100644 (file)
@@ -208,7 +208,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))
        {
@@ -256,7 +256,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)
        {