Fix changes on
[freeside.git] / FS / FS / cdr / enswitch.pm
index 9d222df..1cdd802 100644 (file)
@@ -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