* Fix task bug

This commit is contained in:
滔哥
2017-11-10 11:37:42 +08:00
parent b90c3ac9eb
commit c21128595e
+1 -1
View File
@@ -47,7 +47,7 @@
</div>
</td>
<td>
<button type='button' class='btn btn-link<?php if($task->type == 'affair') echo ' hidden';?>' id='selectAllUser'>
<button type='button' class='btn btn-link<?php if($task->type !== 'affair') echo ' hidden';?>' id='selectAllUser'>
<?php echo $lang->task->selectAllUser;?>
</button>
</td>