2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Simplify extended filters

This commit is contained in:
Oliver Walters
2019-05-16 19:14:43 +10:00
parent e1558a7a96
commit b4df96aaee
5 changed files with 4 additions and 37 deletions

View File

@@ -153,7 +153,6 @@
query: {
{% if category %}
category: {{ category.id }},
include_child_categories: true,
{% endif %}
},
buttons: ['#part-options'],