blob: cb56166c87ba512827fd01ef5c892e236056d623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<% include( 'elements/process.html',
'table' => 'cust_main_county',
'popup_reload' => 'Tax changed', #a popup "parent reload" for now
#someday change the individual element and go away instead
)
%>
<%init>
my $conf = new FS::Conf;
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
|