diff --git a/InvenTree/templates/js/translated/table_filters.js b/InvenTree/templates/js/translated/table_filters.js index 8abd5275a7..9c462f3cfc 100644 --- a/InvenTree/templates/js/translated/table_filters.js +++ b/InvenTree/templates/js/translated/table_filters.js @@ -130,6 +130,10 @@ function getAvailableTableFilters(tableKey) { title: '{% trans "Include sublocations" %}', description: '{% trans "Include locations" %}', }, + structural: { + type: 'bool', + title: '{% trans "Structural" %}', + }, }; } @@ -141,6 +145,10 @@ function getAvailableTableFilters(tableKey) { title: '{% trans "Include subcategories" %}', description: '{% trans "Include subcategories" %}', }, + structural: { + type: 'bool', + title: '{% trans "Structural" %}', + }, starred: { type: 'bool', title: '{% trans "Subscribed" %}',