Skip to content

Commit

Permalink
preparing for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
krios-fabteam committed Dec 21, 2017
1 parent 17a5ec1 commit 7c5d552
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fabui/application/helpers/myfabtotum_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7c5d552

Please sign in to comment.