diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-18 09:35:02 -0400 | 
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-06-19 14:25:03 -0400 | 
| commit | b11b95320dcb860212129de464d6349e4ac6da5e (patch) | |
| tree | 0cb8ee228f80e74e5d80aa04d69eaa3f933c16dc /httemplate/misc/process | |
| parent | 77ffd5cb8c802e43cad458e859ef9c035d3b39f0 (diff) | |
RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
Conflicts:
	FS/FS/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>  | 
