summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-04-27 16:51:18 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-04-27 16:51:18 -0400
commitbabd7a6af0d1853ca0df76c6773f1383766344b6 (patch)
treeee92ee963f53fd07e37260b2befb3e12a1fee8ea /FS/FS/cdr
parentc73b745e19b025724544970591507113b1c137a8 (diff)
Fix changes on
Diffstat (limited to 'FS/FS/cdr')
-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 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