From 69618fda8c54d2eacfee99a008060d20934a8212 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 15 Jul 2009 14:32:42 +0000 Subject: [PATCH] Added global $Hook --- reporting/rep709.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep709.php b/reporting/rep709.php index e4598f01..861527e2 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -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']; -- 2.30.2