From: ivan Date: Sun, 1 May 2011 23:19:33 +0000 (+0000) Subject: cdr reimporting, RT#12181 X-Git-Tag: freeside_2_3_0~309 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1af3778f939f270e2f7a6474fce7d6fefd06517a;p=freeside.git cdr reimporting, RT#12181 --- diff --git a/bin/cdr.reimport b/bin/cdr.reimport index fe00e4505..23060387d 100644 --- a/bin/cdr.reimport +++ b/bin/cdr.reimport @@ -24,7 +24,7 @@ my $cb = sub { my @exists = qsearch('cdr', { map { $_ => $cdr->$_() } - qw( uniqueid calldate src dst charged_party ) + qw( uniqueid startdate enddate src dst charged_party ) }); unless ( scalar(@exists) ) {