diff options
author | Mark Wells <mark@freeside.biz> | 2013-03-22 13:33:44 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-03-22 13:33:44 -0700 |
commit | a205ffec778bd42eb084bcffec6884063263f634 (patch) | |
tree | ff8a9a33c1ea29748091d832a8b516bfa18b7de3 /httemplate/misc/part_export/process | |
parent | 26bc6f249a1cdb165bf9b0d0fa3fc055ed457723 (diff) |
SIM/KI inventory for Huawei HLR export, #21514
Diffstat (limited to 'httemplate/misc/part_export/process')
-rw-r--r-- | httemplate/misc/part_export/process/huawei_hlr-import_sim.html | 10 |
1 files changed, 10 insertions, 0 deletions
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; + +</%init> |