aesthetic.. remove sn from the beg. of model names
This commit is contained in:
@@ -204,6 +204,7 @@ sub model {
|
|||||||
$model = $1 if $desc =~ /\s+([a-z]{2}\d{4})\D/i;
|
$model = $1 if $desc =~ /\s+([a-z]{2}\d{4})\D/i;
|
||||||
$model = $1 if $desc =~ /\b(FW[A-Z\d]+)/;
|
$model = $1 if $desc =~ /\b(FW[A-Z\d]+)/;
|
||||||
|
|
||||||
|
$model =~ s/^sn//;
|
||||||
|
|
||||||
return $model;
|
return $model;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user