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:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user