summaryrefslogtreecommitdiff
path: root/httemplate/edit/allocate.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/allocate.html')
-rw-r--r--httemplate/edit/allocate.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/allocate.html b/httemplate/edit/allocate.html
index 0f05fcc7d..8d1347df2 100644
--- a/httemplate/edit/allocate.html
+++ b/httemplate/edit/allocate.html
@@ -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>