diff --git a/apps/mtm/filters.py b/apps/mtm/filters.py index 1ba30f9f..c36c4568 100644 --- a/apps/mtm/filters.py +++ b/apps/mtm/filters.py @@ -51,6 +51,8 @@ class RouteFilter(filters.FilterSet): "material_out": ["exact", "in"], "process": ["exact", "in"], "is_autotask": ["exact"], + "routepack": ["exact", "isnull"], + "routepack__state": ["exact"], "mgroup": ["exact", "in", "isnull"], "mgroup__name": ["exact", "contains"], "mgroup__belong_dept": ["exact"],