diff --git a/apps/qm/filters.py b/apps/qm/filters.py index 24136c2f..018cf323 100644 --- a/apps/qm/filters.py +++ b/apps/qm/filters.py @@ -31,4 +31,6 @@ class FtestWorkFilter(filters.FilterSet): "material__process__name": ["exact", "contains"], "material": ["exact"], "batch": ["exact"], + "type": ["exact"], + "type2": ["exact"], } \ No newline at end of file