Call to undefined count_array() in pdf_report.inc. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 9 Jan 2021 13:59:07 +0000 (14:59 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 9 Jan 2021 13:59:07 +0000 (14:59 +0100)
reporting/includes/pdf_report.inc

index a0a78be95b0784c49531c477a4603374c4164fb9..97cb599f8a66c56d621d8359e269aeade5646b75 100644 (file)
@@ -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