X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fexcel_report.inc;h=fb7ed1be71b04b370e26c1d26eefa4e53c96a073;hb=7202616e85a0fb8907ced404e418d8a16a5ed53a;hp=0cbf7c38d7987b37a4122a6eeadeef60e48f572a;hpb=b42adf7edd906956a0f9cf21c0ec2b66007b9585;p=fa-stable.git diff --git a/reporting/includes/excel_report.inc b/reporting/includes/excel_report.inc index 0cbf7c38..fb7ed1be 100644 --- a/reporting/includes/excel_report.inc +++ b/reporting/includes/excel_report.inc @@ -9,7 +9,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 8; include_once($path_to_root . "/reporting/includes/Workbook.php"); include_once($path_to_root . "/admin/db/company_db.inc"); include_once($path_to_root . "/config.php"); @@ -59,7 +58,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook global $comp_path, $dateseps, $page_security; if (!$_SESSION["wa_current_user"]->can_access_page($page_security)) { - display_error(_("The security settings on your account do not permit you to access this function")); + display_error(_("The security settings on your account do not permit you to print this report")); end_page(); exit; }