[freeside-commits] branch FREESIDE_3_BRANCH updated. f23f9340aeaa5e128d4319a9e824dfe94f1e1a3a
Jeremy Davis
jeremyd at 420.am
Mon Apr 27 16:16:07 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via f23f9340aeaa5e128d4319a9e824dfe94f1e1a3a (commit)
from 82a06a689dbdffc678151a7256310867cd0b0018 (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 f23f9340aeaa5e128d4319a9e824dfe94f1e1a3a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Apr 27 16:52:14 2015 -0400
Fix changes on
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index 9d222df..1cdd802 100644
--- a/FS/FS/cdr/enswitch.pm
+++ b/FS/FS/cdr/enswitch.pm
@@ -21,10 +21,9 @@ use FS::cdr_type;
'src', #Calling number
skip(1), #Called type
- sub { my ($cdr, $dst) = @_; $dst =~ s/*//g;
-
+ sub { my ($cdr, $dst) = @_;
+ $dst =~ s/\*//g;
$cdr->set('dst', $dst);
-
}, #Called number
skip(14), #Destination customer, Destination type
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/enswitch.pm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list