[freeside-commits] branch FREESIDE_4_BRANCH updated. 24f750c447915f1501dd7e9a6ea3aa4c3abff06d

Ivan Kohler ivan at freeside.biz
Mon Nov 9 13:37:14 PST 2020


The branch, FREESIDE_4_BRANCH has been updated
       via  24f750c447915f1501dd7e9a6ea3aa4c3abff06d (commit)
      from  a0cca72a0fd0fdd541f39946ce06df59a96a068e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24f750c447915f1501dd7e9a6ea3aa4c3abff06d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 9 13:37:13 2020 -0800

    ACL for hardware class config, RT#85057

diff --git a/httemplate/edit/hardware_type.html b/httemplate/edit/hardware_type.html
index 717440166..5660688aa 100644
--- a/httemplate/edit/hardware_type.html
+++ b/httemplate/edit/hardware_type.html
@@ -14,7 +14,7 @@
 <%init>
 
 die "access denied"
-  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+  unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types');
 
 my @fields = (
   { field => 'classnum',

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/hardware_type.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list