From: Janusz Dobrowolski Date: Sat, 7 Aug 2010 09:57:30 +0000 (+0000) Subject: Changed hook function name from TaxFunction to tax_report_done. X-Git-Tag: v2.4.2~19^2~716 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e4312a1db83482b016235c12f8b784e469fbaeb5;p=fa-stable.git Changed hook function name from TaxFunction to tax_report_done. --- 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();