mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Update form field with scanned barcode
This commit is contained in:
@ -511,9 +511,16 @@ class UniqueBarcodeHandler extends BarcodeHandler {
|
||||
);
|
||||
} else {
|
||||
|
||||
successTone();
|
||||
|
||||
// Close the barcode scanner
|
||||
Navigator.of(context).pop();
|
||||
|
||||
showSnackIcon(
|
||||
L10().barcodeAssigned,
|
||||
success: true
|
||||
);
|
||||
|
||||
callback(hash);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user