From e4312a1db83482b016235c12f8b784e469fbaeb5 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 7 Aug 2010 09:57:30 +0000 Subject: [PATCH] Changed hook function name from TaxFunction to tax_report_done. --- reporting/rep709.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/rep709.php b/reporting/rep709.php index f24512d6..3e7b9d79 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -202,9 +202,9 @@ function print_tax_report() $rep->Font(); $rep->NewLine(); - if (method_exists($Hooks, 'TaxFunction')) + if (method_exists($Hooks, 'tax_report_done')) { - $Hooks->TaxFunction(); + $Hooks->tax_report_done(); } $rep->End(); -- 2.30.2