[freeside-commits] branch master updated. 08a488b8b48ed5aabbc184d8d6e87ff94fff3f68

Jeremy Davis jeremyd at 420.am
Thu Feb 21 14:06:57 PST 2013


The branch, master has been updated
       via  08a488b8b48ed5aabbc184d8d6e87ff94fff3f68 (commit)
      from  931525f04ce42d85be35acad32f5de8bcfa7d4c7 (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 08a488b8b48ed5aabbc184d8d6e87ff94fff3f68
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 21 17:06:17 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