Commit dde2d859 authored by Gladys Forte's avatar Gladys Forte

Merge branch 'core-demo' into 'product-dev'

Core demo

See merge request rms/Backend/api-main-service!887
parents f0fd6fed f1ccf8d0
......@@ -22,7 +22,7 @@ class UserDownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet):
permission_classes = (AllowAny,)
def list(self, request, *args, **kwargs):
#comment this line
user_type = self.request.user.user_type
company = self.request.user.department.company.code
department = self.request.user.department.code
......
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