[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 40a907b33615d7a1a5dc543ef02f4102326e743f

Ivan ivan at 420.am
Fri Dec 14 20:10:46 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  40a907b33615d7a1a5dc543ef02f4102326e743f (commit)
      from  5555faae43590400dbb726e8d89cfcc5d70bba2b (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 40a907b33615d7a1a5dc543ef02f4102326e743f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Dec 14 20:10:43 2012 -0800

    DID selection for fibernetics, RT#19883

diff --git a/FS/FS/part_export/fibernetics_did.pm b/FS/FS/part_export/fibernetics_did.pm
index 76391e8..fb03785 100644
--- a/FS/FS/part_export/fibernetics_did.pm
+++ b/FS/FS/part_export/fibernetics_did.pm
@@ -138,7 +138,8 @@ sub get_dids {
   if ( $opt{'region'} ) { #return numbers
 
     [ map { $_ =~ /^(\d?)(\d{3})(\d{3})(\d{4})$/
-              ? ($1 ? "$1 " : ''). "$2 $3 $4"
+              #? ($1 ? "$1 " : ''). "$2 $3 $4"
+              ? "$2 $3 $4"
               : $_;
           }
         sort { $a <=> $b }

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

Summary of changes:
 FS/FS/part_export/fibernetics_did.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list