From dcc553538ede04c0783bc92d3942c905c29131c1 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 15 Sep 2008 07:18:57 +0000 Subject: add internal did database & ability to query for availability, plus upload tool --- httemplate/misc/process/phone_avail-import.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 httemplate/misc/process/phone_avail-import.html (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/phone_avail-import.html b/httemplate/misc/process/phone_avail-import.html new file mode 100644 index 000000000..f1a2f2493 --- /dev/null +++ b/httemplate/misc/process/phone_avail-import.html @@ -0,0 +1,9 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +my $server = new FS::UI::Web::JSRPC 'FS::phone_avail::process_batch_import', $cgi; + + -- cgit v1.2.1