mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Po barcode scan (#458)
* Refactor existing barcode scan endpoint - Break out into new file just for purchase orders * Handle scanning of salesorder * Add new handler for adding items to PO via barcode * Allocate with barcode * Add new string
This commit is contained in:
@ -41,7 +41,7 @@ class BarcodeHandler {
|
||||
barcodeFailureTone();
|
||||
|
||||
showSnackIcon(
|
||||
L10().barcodeNoMatch,
|
||||
(data["error"] ?? L10().barcodeNoMatch) as String,
|
||||
success: false,
|
||||
icon: Icons.qr_code,
|
||||
);
|
||||
|
Reference in New Issue
Block a user