RT#37901: Galactic Telecom CDRs [overlap is better than a gap]
authorJonathan Prykop <jonathan@freeside.biz>
Fri, 4 Dec 2015 05:15:34 +0000 (23:15 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Fri, 4 Dec 2015 05:15:34 +0000 (23:15 -0600)
FS/bin/freeside-cdr-portaone-import

index 9a02a72..5b28e3f 100644 (file)
@@ -53,7 +53,7 @@ unless ($startdate) {
     'hashref'   => { 'cdrbatch' => {op=>'like', value=>'portaone-import%'}},
     'order_by'  => 'ORDER BY _date DESC LIMIT 1',
   });
-  $startdate = time2str("%Y-%m-%d %H:%M:%S", $lastbatch->_date + 1) if $lastbatch;
+  $startdate = time2str("%Y-%m-%d %H:%M:%S", $lastbatch->_date) if $lastbatch;
 }
 $startdate ||= '2010-01-01 00:00:00'; #seems decently in the past