X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep709.php;h=3e7b9d79861fa559552606682a032c33220edc7f;hb=884c36eec7dbaae89e1f5532cc2c2f8033b010fd;hp=f24512d6a734ee9d453656c23edb5c6db4e2067f;hpb=21ba0553185531c12f16efef9010033d5dd62cdc;p=fa-stable.git 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();