diff --git a/fabui/application/helpers/myfabtotum_helper.php b/fabui/application/helpers/myfabtotum_helper.php index 8ce539a8..a60efd4c 100644 --- a/fabui/application/helpers/myfabtotum_helper.php +++ b/fabui/application/helpers/myfabtotum_helper.php @@ -78,11 +78,13 @@ function fab_register_printer($fabid, $serialno = "") 'message' => '' ); + /* if(!exists_serial_number($serialno)){ $return['message'] = _('The serial number provided was not recognized'); return $return; } - + */ + $args['fabid'] = $fabid; $args['serialno'] = $serialno; $args['mac'] = getMACAddres();