mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add more fields for stock item creation
This commit is contained in:
parent
3fb6b38930
commit
3e3ab680f6
3 changed files with 6 additions and 2 deletions
|
|
@ -113,8 +113,11 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
return {
|
||||
"part": {},
|
||||
"location": {},
|
||||
"status": {},
|
||||
"quantity": {},
|
||||
"status": {},
|
||||
"batch": {},
|
||||
"packaging": {},
|
||||
"link": {},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue