mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix category filtering for parameteric part table (#4861)
This commit is contained in:
parent
9e77b9fc56
commit
8dc45e49cd
@ -297,9 +297,11 @@
|
||||
loadParametricPartTable(
|
||||
"#parametric-part-table",
|
||||
{
|
||||
params: {
|
||||
{% if category %}
|
||||
category: {{ category.pk }},
|
||||
{% endif %}
|
||||
},
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user