Do not use cascading display of stock location or part category

This commit is contained in:
Oliver Walters 2020-05-30 22:02:39 +10:00
parent 56bdf83692
commit d2967db8a8
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class InvenTreePartCategory extends InvenTreeModel {
var filters = new Map<String, String>();
filters["active"] = "true";
filters["cascade"] = "false";
return filters;
}