* Finish task #69012.
This commit is contained in:
@@ -49,7 +49,7 @@ class weeklyModel extends model
|
||||
|
||||
$selectHtml = '';
|
||||
|
||||
if(!($project->hasProduct === '0' && $project->model === 'waterfall'))
|
||||
if(!empty($project->hasProduct))
|
||||
{
|
||||
$selectHtml .= "<div class='btn-group angle-btn'>";
|
||||
$selectHtml .= html::a('###', $this->lang->weekly->common . $this->lang->colon . $project->name, '', "class='btn'");
|
||||
|
||||
Reference in New Issue
Block a user