* finish task #2750.
This commit is contained in:
@@ -1191,6 +1191,9 @@ class taskModel extends model
|
||||
$task->productType = $product->type;
|
||||
}
|
||||
|
||||
/* Set closed realname. */
|
||||
if($task->assignedTo == 'closed') $task->assignedToRealName = 'Closed';
|
||||
|
||||
/* Compute task progess. */
|
||||
if($task->consumed == 0 and $task->left == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user