mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix category filtering for parameteric part table (#4861)
This commit is contained in:
@ -297,9 +297,11 @@
|
|||||||
loadParametricPartTable(
|
loadParametricPartTable(
|
||||||
"#parametric-part-table",
|
"#parametric-part-table",
|
||||||
{
|
{
|
||||||
{% if category %}
|
params: {
|
||||||
category: {{ category.pk }},
|
{% if category %}
|
||||||
{% endif %}
|
category: {{ category.pk }},
|
||||||
|
{% endif %}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user