[freeside-commits] branch master updated. 05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f
Ivan Kohler
ivan at freeside.biz
Mon Nov 9 13:37:11 PST 2020
The branch, master has been updated
via 05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f (commit)
from 20f03d52cc6c930f610c0b4466eeeeda54fdbb40 (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 05f43c12f97943e77bfb0d3ad253ccf7a38c0c0f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 9 13:37:10 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