Skip to content
Snippets Groups Projects
Commit 2c080598 authored by Purnendu Singh's avatar Purnendu Singh
Browse files

[IMP] project_issue: make assigned to user in issue while creating task from issue

bzr revid: psi@tinyerp.co.in-20100430093516-3q3oojin3shydsge
parent d2ebfdb8
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ class project_issue(osv.osv):
'date': bug.date,
'project_id':bug.project_id.id,
'priority':bug.priority,
'user_id':bug.user_id.id,
'user_id':bug.assigned_to.id,
'planned_hours': 0.0,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment