2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Improve table filter naming

This commit is contained in:
Oliver Walters
2020-09-28 20:10:29 +10:00
parent f253bf1843
commit d684ed076b
2 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,7 @@ function loadStockTable(table, options) {
var filters = {};
var filterKey = options.filterKey || "stock";
var filterKey = options.filterKey || options.name || "stock";
if (!options.disableFilters) {
filters = loadTableFilters(filterKey);