[freeside-commits] branch FREESIDE_3_BRANCH updated. 624df68afd851c48e82721bf3889e5918cca71ee
Ivan Kohler
ivan at freeside.biz
Mon Nov 9 13:37:18 PST 2020
The branch, FREESIDE_3_BRANCH has been updated
via 624df68afd851c48e82721bf3889e5918cca71ee (commit)
from 2d4b04cdc9c7db210398bf55abce5d5ee3a899e3 (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 624df68afd851c48e82721bf3889e5918cca71ee
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 9 13:37:16 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