Commit ec33aaa0 authored by John Red Medrano's avatar John Red Medrano

remove department

parent dd02be94
...@@ -43,7 +43,6 @@ class UserViewSet(viewsets.ModelViewSet): ...@@ -43,7 +43,6 @@ class UserViewSet(viewsets.ModelViewSet):
) )
search_fields = ( search_fields = (
'name', 'code', 'name', 'code',
'department',
'department__company__name', 'department__company__name',
'department__name', 'department__name',
'email', 'contact_no' 'email', 'contact_no'
......
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