projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68dee22
)
Changed hook function name from TaxFunction to tax_report_done.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 7 Aug 2010 09:57:30 +0000
(09:57 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 7 Aug 2010 09:57:30 +0000
(09:57 +0000)
reporting/rep709.php
patch
|
blob
|
history
diff --git
a/reporting/rep709.php
b/reporting/rep709.php
index f24512d6a734ee9d453656c23edb5c6db4e2067f..3e7b9d79861fa559552606682a032c33220edc7f 100644
(file)
--- 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();