Cleanup comments. Small bugfixes. Final run
[fa-stable.git] / reporting / rep709.php
index 5c12ac9dd32d4e1a3709588303660f3b36473463..9bfdc0a78e0844decf19774c881bb889cf0d913e 100644 (file)
@@ -77,7 +77,7 @@ function getTaxInfo($id)
 
 function print_tax_report()
 {
-       global $path_to_root, $Hooks, $systypes_array;
+       global $path_to_root, $systypes_array;
 
        $from = $_POST['PARAM_0'];
        $to = $_POST['PARAM_1'];
@@ -191,9 +191,6 @@ function print_tax_report()
 
        $rep->Info($params, $cols2, $headers2, $aligns2);
 
-       //for ($i = 0; $i < count($cols2); $i++)
-       //      $rep->cols[$i] = $rep->leftMargin + $cols2[$i];
-
        $rep->headers = $headers2;
        $rep->aligns = $aligns2;
        $rep->NewPage();