Commit 9e3aeea2 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #241 in RMS/api-main-service from red-develop to RMSv2

* commit 'ec33aaa0':
  remove department
parents dd02be94 ec33aaa0
...@@ -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