RT#35100: how to void a payment in the cust_pay_batch before file has been uploaded...
[freeside.git] / httemplate / misc / process / tax-fetch_and_replace.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
6
7 my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_download_and_reload', $cgi; 
8
9 </%init>