* finish task#1137.
This commit is contained in:
@@ -832,7 +832,7 @@ class taskModel extends model
|
||||
->fetchPairs('extra');
|
||||
foreach($estimates as $estimate)
|
||||
{
|
||||
$estimate->comment = $comments[$estimate->id];
|
||||
$estimate->comment = zget($comments, $estimate->id, '');
|
||||
}
|
||||
return $estimates;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user