From f23f9340aeaa5e128d4319a9e824dfe94f1e1a3a Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 27 Apr 2015 16:52:14 -0400 Subject: [PATCH] Fix changes on --- FS/FS/cdr/enswitch.pm | 5 ++--- 1 file 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 -- 2.11.0