* Adjust code .

This commit is contained in:
leiyong
2020-08-19 16:12:54 +08:00
parent 0166d69411
commit 2f0946291f
+1 -1
View File
@@ -242,7 +242,7 @@ class issueModel extends model
$issue['createdBy'] = $this->app->user->account;
$issue['createdDate'] = $now;
$issue['program'] = $this->session->program;
if($issue['assignedTo'])
if($issue['assignedTo'])
{
$issue['assignedBy'] = $this->app->user->account;
$issue['assignedDate'] = $now;