2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-18 10:18:18 +00:00

Adds tree view for stock locations

This commit is contained in:
Oliver
2021-10-30 12:53:25 +11:00
parent be23634c5d
commit 8e1d9c281a
3 changed files with 78 additions and 7 deletions

View File

@@ -1140,10 +1140,6 @@ function loadPartCategoryTable(table, options) {
var params = options.params || {};
if (tree_view) {
params.cascade = true;
}
var filterListElement = options.filterList || '#filter-list-category';
var filters = {};