2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-11 08:04:14 +00:00

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",
};
}