|
@@ -614,7 +614,7 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- if(ctype_xdigit($isNumeric)) { //hexa check
|
|
|
+ if($isNumeric) { //hexa check
|
|
|
$vendoId = $this->hex2str($hex);
|
|
|
$rest = substr($ponSerialNumber,8);
|
|
|
$psn = strtolower($vendoId.$rest);
|