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:
da6c825
)
Call to undefined count_array() in pdf_report.inc. Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 9 Jan 2021 13:59:07 +0000
(14:59 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 9 Jan 2021 13:59:07 +0000
(14:59 +0100)
reporting/includes/pdf_report.inc
patch
|
blob
|
history
diff --git
a/reporting/includes/pdf_report.inc
b/reporting/includes/pdf_report.inc
index a0a78be95b0784c49531c477a4603374c4164fb9..97cb599f8a66c56d621d8359e269aeade5646b75 100644
(file)
--- a/
reporting/includes/pdf_report.inc
+++ b/
reporting/includes/pdf_report.inc
@@
-24,6
+24,7
@@
include_once($path_to_root . "/reporting/includes/reporting.inc");
include_once($path_to_root . "/admin/db/company_db.inc");
include_once($path_to_root . "/admin/db/fiscalyears_db.inc");
include_once($path_to_root . "/admin/db/printers_db.inc");
+include_once($path_to_root . "/includes/ui/ui_globals.inc");
include_once($path_to_root . "/config.php");
class FrontReport extends Cpdf