[freeside-commits] branch FREESIDE_4_BRANCH updated. da574ff0e692f85861db20bd354a696ba9ebaacb

Jonathan Prykop jonathan at 420.am
Thu Dec 3 21:19:27 PST 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  da574ff0e692f85861db20bd354a696ba9ebaacb (commit)
      from  222df23fcacb65a7a92f1031f7e871f408601060 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da574ff0e692f85861db20bd354a696ba9ebaacb
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Thu Dec 3 23:15:34 2015 -0600

    RT#37901: Galactic Telecom CDRs [overlap is better than a gap]

diff --git a/FS/bin/freeside-cdr-portaone-import b/FS/bin/freeside-cdr-portaone-import
index 9a02a72..5b28e3f 100644
--- a/FS/bin/freeside-cdr-portaone-import
+++ b/FS/bin/freeside-cdr-portaone-import
@@ -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
 

-----------------------------------------------------------------------

Summary of changes:
 FS/bin/freeside-cdr-portaone-import |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list