2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 12:15:31 +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

@ -118,7 +118,11 @@ class InvenTreeSOLineItem extends InvenTreeOrderLine {
"order": {
"hidden": true,
},
"part": {},
"part": {
"filters": {
"salable": true,
}
},
"quantity": {},
"reference": {},
"notes": {},