Changed hook function name from TaxFunction to tax_report_done.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 7 Aug 2010 09:57:30 +0000 (09:57 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 7 Aug 2010 09:57:30 +0000 (09:57 +0000)
reporting/rep709.php

index f24512d6a734ee9d453656c23edb5c6db4e2067f..3e7b9d79861fa559552606682a032c33220edc7f 100644 (file)
@@ -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();