SIM/KI inventory for Huawei HLR export, #21514
[freeside.git] / httemplate / misc / part_export / process / huawei_hlr-import_sim.html
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
8   'FS::part_export::huawei_hlr::process_import_sim', $cgi;
9
10 </%init>