From: Joe Hunt Date: Sat, 9 Jan 2021 13:59:07 +0000 (+0100) Subject: Call to undefined count_array() in pdf_report.inc. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=71873d2aa3608905a5348b00a44d1306f18263b6 Call to undefined count_array() in pdf_report.inc. Fixed. --- diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index a0a78be9..97cb599f 100644 --- 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