Commit 97eb47d9 authored by Gladys Forte's avatar Gladys Forte

is active on allowed template

parent ac78e4dd
......@@ -28,7 +28,7 @@ class ChangeRequestTemplateHeaderMaster(viewsets.ModelViewSet):
else:
queryset = ChangeRequestTemplateHeader.objects.filter(
requested_to_department=department
requested_to_department=department, is_active=True
)
included = AllowedCompany.objects.filter(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment