mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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:
parent
eb1be30df4
commit
1ec1a867d9
6 changed files with 110 additions and 3 deletions
|
|
@ -118,7 +118,11 @@ class InvenTreeSOLineItem extends InvenTreeOrderLine {
|
|||
"order": {
|
||||
"hidden": true,
|
||||
},
|
||||
"part": {},
|
||||
"part": {
|
||||
"filters": {
|
||||
"salable": true,
|
||||
}
|
||||
},
|
||||
"quantity": {},
|
||||
"reference": {},
|
||||
"notes": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue