drag address and router even farther into the century
[freeside.git] / httemplate / edit / process / addr_block / allocate.cgi
1 <% include( '../elements/process.html',
2             'table'          => 'addr_block',
3             'copy_on_empty'  => [ fields 'addr_block' ],
4             'error_redirect' => popurl(3). 'allocate.html?',
5             'popup_reload'   => 'Block allocated',
6           )
7 %>
8 <%init>
9
10 my $conf = new FS::Conf;
11 die "access denied"
12   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
13
14 </%init>