diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-07 08:49:34 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-08 10:54:45 -0400 |
| commit | f16d9ebb0e56f43e04242ed859d6055f98c74f15 (patch) | |
| tree | c30fc3e073f47236f0a2e13268710302a71c32d1 /httemplate/misc/process | |
| parent | 0505597728b8a0b9b0f3b97c2e3c0607b869f92f (diff) | |
RT# 77167 - Added the ability to import a list of contacts
Diffstat (limited to 'httemplate/misc/process')
| -rw-r--r-- | httemplate/misc/process/contact-import.cgi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/misc/process/contact-import.cgi b/httemplate/misc/process/contact-import.cgi new file mode 100644 index 000000000..cbdcad455 --- /dev/null +++ b/httemplate/misc/process/contact-import.cgi @@ -0,0 +1,10 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +my $server = + new FS::UI::Web::JSRPC 'FS::contact_import::process_batch_import', $cgi; + +</%init> |
