summaryrefslogtreecommitdiff
path: root/FS/FS/cdr/enswitch.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-04-27 16:52:14 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-04-27 16:52:14 -0400
commitf23f9340aeaa5e128d4319a9e824dfe94f1e1a3a (patch)
tree6a0a4f760e81b2bf06d30a88061530d273899cc0 /FS/FS/cdr/enswitch.pm
parent82a06a689dbdffc678151a7256310867cd0b0018 (diff)
Fix changes on
Diffstat (limited to 'FS/FS/cdr/enswitch.pm')
-rw-r--r--FS/FS/cdr/enswitch.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index 9d222dffc..1cdd802fc 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