diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 09:35:02 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-12 14:51:32 -0400 |
| commit | 46907b7fcf2c3b51d9080d806a0e54e0cf2c8a63 (patch) | |
| tree | d738b1b59e22e413b0e0bb1b3c2b1399c4221214 /httemplate/misc | |
| parent | a21c042fccdbd38eaa73e4374d2fdf9c91789fb7 (diff) | |
RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
Diffstat (limited to 'httemplate/misc')
| -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> |
