[freeside-commits] branch master updated. 05344566bd3f5443a864eedbcee8608483a01179
Ivan
ivan at 420.am
Fri Dec 14 20:10:43 PST 2012
The branch, master has been updated
via 05344566bd3f5443a864eedbcee8608483a01179 (commit)
from 7c3806cdbb65e125227fc78a3acbf188097a7e33 (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 05344566bd3f5443a864eedbcee8608483a01179
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Dec 14 20:10:39 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