Added global $Hook
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 15 Jul 2009 14:32:42 +0000 (14:32 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 15 Jul 2009 14:32:42 +0000 (14:32 +0000)
reporting/rep709.php

index e4598f01ea32635173249cf2f1b17273684d5f86..861527e2f97dc1e09503c2c6227985fd419151ca 100644 (file)
@@ -71,7 +71,7 @@ function getTaxInfo($id)
 
 function print_tax_report()
 {
-       global $path_to_root, $trans_dir;
+       global $path_to_root, $trans_dir, $Hooks;
        
        $from = $_POST['PARAM_0'];
        $to = $_POST['PARAM_1'];