Merged changes form stabel branch up to the current state (2.3.22+).
[fa-stable.git] / reporting / rep709.php
index 20dbf267be717e2690a2e2bcf8b30b2b9c761925..28b75c0f1b141f63dbcb74e1b75305f11a4d38a1 100644 (file)
@@ -79,7 +79,7 @@ function getTaxInfo($id)
 function print_tax_report()
 {
        global $path_to_root, $trans_dir, $Hooks, $systypes_array;
-       
+
        $from = $_POST['PARAM_0'];
        $to = $_POST['PARAM_1'];
        $summaryOnly = $_POST['PARAM_2'];
@@ -136,7 +136,7 @@ function print_tax_report()
                        $trans['net_amount'] *= -1;
                        $trans['amount'] *= -1;
                }
-               
+
                if (!$summaryOnly)
                {
                        $rep->TextCol(0, 1, $systypes_array[$trans['trans_type']]);
@@ -150,7 +150,7 @@ function print_tax_report()
                        $rep->AmountCol(5, 6, $trans['net_amount'], $dec);
                        $rep->AmountCol(6, 7, $trans['rate'], $dec);
                        $rep->AmountCol(7, 8, $trans['amount'], $dec);
-                       
+
                        $rep->TextCol(9, 10, $trans['taxname']);
 
                        $rep->NewLine();