2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-12 06:40:53 +00:00

Enable filtering for "used in" table

This commit is contained in:
Oliver Walters
2021-02-23 13:23:23 +11:00
parent 791b14920a
commit 39d4ddd845
2 changed files with 4 additions and 3 deletions
InvenTree
part
templates
templates

@@ -325,7 +325,7 @@ function loadPartTable(table, url, options={}) {
filters[key] = params[key];
}
setupFilterList("parts", $(table));
setupFilterList("parts", $(table), options.filterTarget || null);
var columns = [
{