Refactor StockList

This commit is contained in:
Oliver 2021-10-04 00:14:12 +11:00
parent b656eb7b43
commit 581d182464
8 changed files with 244 additions and 172 deletions

View file

@ -149,7 +149,8 @@ class InvenTreeStockItem extends InvenTreeModel {
"part_detail": "true",
"location_detail": "true",
"supplier_detail": "true",
"cascade": "false"
"cascade": "false",
"in_stock": "true",
};
}