Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 1f892d3

Browse files
authored
Merge pull request #173 from Bidaya0/main
language
2 parents 5cee590 + b7c69be commit 1f892d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iast/views/project_report_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get(self, request):
7777
if (pid == 0 and pname == ''):
7878
return R.failure(status=202, msg=_('Parameter error'))
7979
auth_users = self.get_auth_users(request.user)
80-
res = self.generate_word_report(pid, pid, vid, auth_users,
80+
res = self.generate_word_report(pid, pname, vid, auth_users,
8181
request.user, timestamp)
8282
if res is None:
8383
return R.failure(status=202, msg=_('Parameter error'))

0 commit comments

Comments
 (0)