Add more fields for stock item creation

This commit is contained in:
Oliver 2021-08-15 14:53:13 +10:00
parent 3fb6b38930
commit 3e3ab680f6
3 changed files with 6 additions and 2 deletions

View file

@ -113,8 +113,11 @@ class InvenTreeStockItem extends InvenTreeModel {
return {
"part": {},
"location": {},
"status": {},
"quantity": {},
"status": {},
"batch": {},
"packaging": {},
"link": {},
};
}