summaryrefslogtreecommitdiff
path: root/FS/FS/cdr/enswitch.pm
diff options
context:
space:
mode:
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 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