From 6351305b2b0e5782804ab4d9e3db5f84b671d6f2 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 28 Feb 2021 23:14:48 +0100 Subject: [PATCH] Wrong Permission for Inventory Purchasing Report (rep306.php). Fixed. --- reporting/rep306.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep306.php b/reporting/rep306.php index 00cddadc..3ce3a860 100644 --- a/reporting/rep306.php +++ b/reporting/rep306.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 'SA_SALESANALYTIC'; +$page_security = 'SA_SUPPLIERANALYTIC'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt -- 2.30.2