[freeside-commits] branch master updated. a06b181e0f0451ad837214c24a546dc44025af9b
Jonathan Prykop
jonathan at 420.am
Thu Dec 3 21:16:16 PST 2015
The branch, master has been updated
via a06b181e0f0451ad837214c24a546dc44025af9b (commit)
from 4350b9742f567ac32089d57df42e08339f944a66 (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 a06b181e0f0451ad837214c24a546dc44025af9b
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