diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 09:35:02 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 09:35:02 -0400 |
commit | ac6ee60516873a1c79d5d4c72269705b29dbdeca (patch) | |
tree | 05c4df8c20a539c194a92508a7d93fa2ed1f53d7 /httemplate/misc/process | |
parent | 31234485e8baf227ae4b013d4104d947c3afa250 (diff) |
RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/contact-import.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/contact-import.cgi b/httemplate/misc/process/contact-import.cgi index cbdcad455..108ee93e9 100644 --- a/httemplate/misc/process/contact-import.cgi +++ b/httemplate/misc/process/contact-import.cgi @@ -5,6 +5,6 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); my $server = - new FS::UI::Web::JSRPC 'FS::contact_import::process_batch_import', $cgi; + new FS::UI::Web::JSRPC 'FS::contact::Import::process_batch_import', $cgi; </%init> |