From a205ffec778bd42eb084bcffec6884063263f634 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 22 Mar 2013 13:33:44 -0700 Subject: SIM/KI inventory for Huawei HLR export, #21514 --- httemplate/misc/part_export/process/huawei_hlr-import_sim.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 httemplate/misc/part_export/process/huawei_hlr-import_sim.html (limited to 'httemplate/misc/part_export/process') diff --git a/httemplate/misc/part_export/process/huawei_hlr-import_sim.html b/httemplate/misc/part_export/process/huawei_hlr-import_sim.html new file mode 100644 index 000000000..d46700d5f --- /dev/null +++ b/httemplate/misc/part_export/process/huawei_hlr-import_sim.html @@ -0,0 +1,10 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +my $server = new FS::UI::Web::JSRPC + 'FS::part_export::huawei_hlr::process_import_sim', $cgi; + + -- cgit v1.2.1