mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
Enable filtering for "used in" table
This commit is contained in:
@ -325,7 +325,7 @@ function loadPartTable(table, url, options={}) {
|
||||
filters[key] = params[key];
|
||||
}
|
||||
|
||||
setupFilterList("parts", $(table));
|
||||
setupFilterList("parts", $(table), options.filterTarget || null);
|
||||
|
||||
var columns = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user