2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Add global 'barcode-scan' button

This commit is contained in:
Oliver Walters
2020-06-11 18:09:43 +10:00
parent e943681baa
commit 503d5a41b1
5 changed files with 138 additions and 2 deletions

View File

@ -133,6 +133,11 @@ $(document).ready(function () {
inventreeDocReady();
showCachedAlerts();
$('#barcode-scan').click(function() {
barcodeScanDialog();
});
});
</script>