From: Joe Hunt Date: Sun, 28 Feb 2021 22:14:48 +0000 (+0100) Subject: Wrong Permission for Inventory Purchasing Report (rep306.php). Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=6351305b2b0e5782804ab4d9e3db5f84b671d6f2 Wrong Permission for Inventory Purchasing Report (rep306.php). Fixed. --- 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