From: ivan Date: Fri, 31 Jul 2009 07:58:04 +0000 (+0000) Subject: only need Customer-CDRs, RT#5229 X-Git-Tag: root_of_svc_elec_features~957 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=124b91bedc8e815956b3d0440414a8c0e6a5b78b only need Customer-CDRs, RT#5229 --- diff --git a/bin/cdr-transnexus.import b/bin/cdr-transnexus.import index 10e0aed52..9686f7d2f 100755 --- a/bin/cdr-transnexus.import +++ b/bin/cdr-transnexus.import @@ -51,7 +51,7 @@ foreach my $dir ( @$lsdir ) { warn "Scanning dir $dirname\n" if $opt_v; #my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-CDRs$/i ); - my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*-Customer-CDRs$/i ); + my $ls = $ls_sftp->ls("$DIR/$dirname", wanted => qr/^$opt_p.*Customer-CDRs$/i ); foreach my $file ( @$ls ) {