[freeside-commits] freeside/httemplate/misc/process cdr-import.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Tue Oct 7 16:57:45 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv16807/process

Modified Files:
	cdr-import.html 
Log Message:
put each CDR web import into a batch

Index: cdr-import.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/cdr-import.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cdr-import.html	13 Jan 2008 21:14:19 -0000	1.5
+++ cdr-import.html	7 Oct 2008 23:57:43 -0000	1.6
@@ -15,7 +15,8 @@
 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';
 



More information about the freeside-commits mailing list