[freeside-commits] freeside/httemplate/edit allocate.html, 1.3, 1.4 router.cgi, 1.8, 1.9 svc_acct_pop.cgi, 1.11, 1.12
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Sep 3 12:08:30 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/browse addr_block.cgi, 1.9, 1.10 router.cgi, 1.13, 1.14 svc_acct_pop.cgi, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/edit/process router.cgi, 1.7, 1.8 svc_acct_pop.cgi, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv5601/httemplate/edit
Modified Files:
allocate.html router.cgi svc_acct_pop.cgi
Log Message:
new access right names
Index: router.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/router.cgi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- router.cgi 28 Jun 2008 19:25:24 -0000 1.8
+++ router.cgi 3 Sep 2008 19:08:28 -0000 1.9
@@ -21,8 +21,8 @@
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Engineering configuration')
- || $curuser->access_right('Engineering global configuration');
+ unless $curuser->access_right('Broadband configuration')
+ || $curuser->access_right('Broadband global configuration');
my $callback = sub {
my ($cgi, $object, $fields) = (shift, shift, shift);
Index: svc_acct_pop.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct_pop.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- svc_acct_pop.cgi 28 Jun 2008 19:25:24 -0000 1.11
+++ svc_acct_pop.cgi 3 Sep 2008 19:08:28 -0000 1.12
@@ -30,8 +30,8 @@
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Engineering configuration')
- || $curuser->access_right('Engineering global configuration');
+ unless $curuser->access_right('Dialup configuration')
+ || $curuser->access_right('Dialup global configuration');
my $svc_acct_pop;
if ( $cgi->param('error') ) {
Index: allocate.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/allocate.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- allocate.html 28 Jun 2008 19:25:23 -0000 1.3
+++ allocate.html 3 Sep 2008 19:08:28 -0000 1.4
@@ -14,20 +14,20 @@
'disable_empty' => 1,
'agent_virt' => 1,
'agent_null_right' =>
- 'Engineering global configuration',
+ 'Broadband global configuration',
},
],
'post_url' => "process/addr_block/allocate.cgi",
'popup' => 1,
'agent_virt' => 1,
- 'agent_null_right' => 'Engineering global configuration',
+ 'agent_null_right' => 'Broadband global configuration',
)
%>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Engineering configuration')
- || $curuser->access_right('Engineering global configuration');
+ unless $curuser->access_right('Broadband configuration')
+ || $curuser->access_right('Broadband global configuration');
</%init>
- Previous message: [freeside-commits] freeside/httemplate/browse addr_block.cgi, 1.9, 1.10 router.cgi, 1.13, 1.14 svc_acct_pop.cgi, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/edit/process router.cgi, 1.7, 1.8 svc_acct_pop.cgi, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list