summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/cdr-import.html
diff options
context:
space:
mode:
authorivan <ivan>2008-10-07 23:57:43 +0000
committerivan <ivan>2008-10-07 23:57:43 +0000
commit9d74cea56767d887c7b0a26ec337feb1ff05b96a (patch)
treedb6df9d7f1ba5a470870941dc608b5d5e8cbf6bc /httemplate/misc/process/cdr-import.html
parent235173ad9493f90dba2842cd33aa886cacbbee15 (diff)
put each CDR web import into a batch
Diffstat (limited to 'httemplate/misc/process/cdr-import.html')
-rw-r--r--httemplate/misc/process/cdr-import.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/process/cdr-import.html b/httemplate/misc/process/cdr-import.html
index 4848fa325..7c4bf2b59 100644
--- a/httemplate/misc/process/cdr-import.html
+++ b/httemplate/misc/process/cdr-import.html
@@ -15,7 +15,8 @@ my $fh = $cgi->upload('csvfile');
my $error = defined($fh)
? FS::cdr::batch_import( {
'filehandle' => $fh,
- 'format' => $cgi->param('format'),
+ 'format' => scalar($cgi->param('format')),
+ 'cdrbatch' => scalar($cgi->param('cdrbatch')),
} )
: 'No file';