summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/addr_block/allocate.cgi
blob: d1bd73f1faa46d8ac28a0d5cb1eb3e390c6bf789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% include( '../elements/process.html',
            'table'          => 'addr_block',
            'copy_on_empty'  => [ fields 'addr_block' ],
            'error_redirect' => popurl(3). 'allocate.html?',
            'popup_reload'   => 'Block allocated',
          )
%>
<%init>

my $conf = new FS::Conf;
die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>