mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 20:25:26 +00:00
Add more fields for stock item creation
This commit is contained in:
@ -113,8 +113,11 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
return {
|
||||
"part": {},
|
||||
"location": {},
|
||||
"status": {},
|
||||
"quantity": {},
|
||||
"status": {},
|
||||
"batch": {},
|
||||
"packaging": {},
|
||||
"link": {},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user