[freeside-commits] branch FREESIDE_2_3_BRANCH updated. a2044dd65f70d218f7eee105bf2335bccb088a76
Jeremy Davis
jeremyd at 420.am
Thu Feb 21 14:08:25 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via a2044dd65f70d218f7eee105bf2335bccb088a76 (commit)
from c80cc32958bdbacbbde03fe0636fed8db3c98f0b (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 a2044dd65f70d218f7eee105bf2335bccb088a76
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Feb 21 17:07:51 2013 -0500
#20693 Fix NetSapien import script
diff --git a/bin/cdr-netsapiens.import b/bin/cdr-netsapiens.import
index 8aa4ac0..1cce461 100755
--- a/bin/cdr-netsapiens.import
+++ b/bin/cdr-netsapiens.import
@@ -37,6 +37,7 @@ do {
my $ns = $part_export->ns_command( 'GET', '/cdr/',
'time_release' => "$time_release,",
'_sort' => '+time_release',
+ '_limit' => '500',
);
#loop over them, double check duplicates, insert the rest
-----------------------------------------------------------------------
Summary of changes:
bin/cdr-netsapiens.import | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list