Commit 1ac2df72 authored by Gladys Forte's avatar Gladys Forte

Revert "comment try"

This reverts commit 2bc48753.

revert from 2bc48753
parent ef1879dc
......@@ -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