blob: e8451b170751b1453fd2ca7abd1ac569839f72ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<% 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>
<%init>
my $conf = new FS::Conf;
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
|