Merge branch '12.x' of github.com:easysoft/zentaopms into 12.x

This commit is contained in:
z
2020-11-04 10:38:43 +08:00
22 changed files with 376 additions and 158 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<tr>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>
<td class='w-p25-f'>
<?php echo html::select('assignedTo', $members, $this->app->user->account, "class='form-control chosen'");?>
<?php echo html::select('assignedTo', $members, $assignedTo, "class='form-control chosen'");?>
</td>
<td></td>
</tr>