[freeside-commits] branch master updated. babd7a6af0d1853ca0df76c6773f1383766344b6
Jeremy Davis
jeremyd at 420.am
Mon Apr 27 16:15:28 PDT 2015
The branch, master has been updated
via babd7a6af0d1853ca0df76c6773f1383766344b6 (commit)
from c73b745e19b025724544970591507113b1c137a8 (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 babd7a6af0d1853ca0df76c6773f1383766344b6
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Apr 27 16:51:18 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