2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Add part to sales order via barcode scan (#461)

* Add part to sales order via barcode scan

* Update release notes

* Remove unused imports
This commit is contained in:
Oliver
2023-11-22 00:14:55 +11:00
committed by GitHub
parent eb1be30df4
commit 1ec1a867d9
6 changed files with 110 additions and 3 deletions

View File

@ -188,7 +188,6 @@ class POAllocateBarcodeHandler extends BarcodeHandler {
context,
L10().lineItemAdd,
fields: fields,
onSuccess: (data) async {},
);
}