From c7692475a8a5d6540d3d41c6b9e965f600d5f78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1lm=C3=A1n=20R=C3=B3zsahegyi?= Date: Sat, 30 Apr 2022 21:28:55 +0200 Subject: [PATCH] Add onBarcodeScanClicked() to exported functions --- InvenTree/templates/js/translated/barcode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/templates/js/translated/barcode.js b/InvenTree/templates/js/translated/barcode.js index 28132a96d8..eb8a7f98b7 100644 --- a/InvenTree/templates/js/translated/barcode.js +++ b/InvenTree/templates/js/translated/barcode.js @@ -19,6 +19,7 @@ linkBarcodeDialog, scanItemsIntoLocation, unlinkBarcode, + onBarcodeScanClicked, */ function makeBarcodeInput(placeholderText='', hintText='') {