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

replace error at CUA upload user

parent 8b1785ce
......@@ -290,7 +290,7 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
if not request_department:
# raise ParseError(company_error)
return Response(
{"message": department_error},
{"message": company_error},
# {"message": str(e)},
status=status.HTTP_400_BAD_REQUEST
)
......
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