mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Do not use cascading display of stock location or part category
This commit is contained in:
parent
56bdf83692
commit
d2967db8a8
2 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
headers["part_detail"] = "true";
|
||||
headers["location_detail"] = "true";
|
||||
headers["supplier_detail"] = "true";
|
||||
headers["cascade"] = "false";
|
||||
|
||||
return headers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue