mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Update form field with scanned barcode
This commit is contained in:
parent
6288088a65
commit
f75aa4ca0e
2 changed files with 9 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue