diff options
author | ivan <ivan> | 2008-11-09 08:51:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-09 08:51:01 +0000 |
commit | 54d73dfad0b27edd10ec7c917a96c88d45ad6789 (patch) | |
tree | 6d73e3f3caf2cfe975b29806a8524dc300faf9dc /httemplate/misc/process | |
parent | fb548ac8da2cc0b87b7b3dcd7172097d930c6f4a (diff) |
move batch customer import to its own file; add svc_external_svc_phone export format, RT#4103
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/cust_main-import.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/process/cust_main-import.cgi b/httemplate/misc/process/cust_main-import.cgi index df61eb632..2b705a6fc 100644 --- a/httemplate/misc/process/cust_main-import.cgi +++ b/httemplate/misc/process/cust_main-import.cgi @@ -4,6 +4,7 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); -my $server = new FS::UI::Web::JSRPC 'FS::cust_main::process_batch_import', $cgi; +my $server = + new FS::UI::Web::JSRPC 'FS::cust_main::Import::process_batch_import', $cgi; </%init> |