X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fallocate.html;h=8d1347df282837eefe209ddfcb3b43905334c0ec;hp=0f05fcc7da7fff6c879918db330c30abb0892e78;hb=HEAD;hpb=a1871d3d13c1dafa93b956762c0d23728d261da7 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');