X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fcdr.sftp_and_import;h=79e743f39eab1f89e056acf044ff8539155a1840;hb=fa1ac68bf90cb9582f239bce31db157ec2719f43;hp=57d4e871eab7abacc29eef256b4b8b6b2e4915ae;hpb=1d5f7cb129a7fade6ef9283977b2781ece183797;p=freeside.git diff --git a/bin/cdr.sftp_and_import b/bin/cdr.sftp_and_import index 57d4e871e..79e743f39 100755 --- a/bin/cdr.sftp_and_import +++ b/bin/cdr.sftp_and_import @@ -16,8 +16,8 @@ use FS::cdr; # parse command line ### -use vars qw( $opt_e $opt_d $opt_u $opt_v ); -getopts('e:d:u:v'); +use vars qw( $opt_e $opt_d $opt_v ); +getopts('e:d:v'); $opt_e ||= 'csv'; #$opt_e = ".$opt_e" unless $opt_e =~ /^\./; @@ -64,7 +64,7 @@ foreach my $file ( @$ls ) { my $error = FS::cdr::batch_import( { 'file' => "$cachedir/$filename" 'format' => $format, - 'cdrbatch' => $filename, + 'params' => { 'cdrbatch' => $filename, }, 'empty_ok' => 1, } ); die $error if $error;