mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Add barcode scan context
This commit is contained in:
@ -99,6 +99,7 @@ class BarcodeHandler {
|
||||
"valid": response.isValid().toString(),
|
||||
"error": response.error,
|
||||
"errorDetail": response.errorDetail,
|
||||
"overlayText": getOverlayText(context),
|
||||
}
|
||||
);
|
||||
} else if (data.containsKey("error")) {
|
||||
|
Reference in New Issue
Block a user