Fix barcode scanner not working

master
Skylar Ittner 4 years ago
parent 13579451cf
commit 88332fad5a

@ -18,7 +18,7 @@ $("#clientsearchbar").submit(function (evt) {
function scanBarcodeOpenMachine() {
scanBarcode(function (code) {
openMachineInfo(code);
router.navigate("/machine/" + code);
}, function (error) {
app.dialog.alert(error, "Error");
});

Loading…
Cancel
Save