forked from Wavyzz/dolibarr
Works on enhancement of project tasks
This commit is contained in:
@@ -223,7 +223,7 @@ function PLinesb(&$inc, $parent, $lines, &$level, &$tasksrole)
|
||||
print " ";
|
||||
}
|
||||
|
||||
print $lines[$i]->title;
|
||||
print $lines[$i]->label;
|
||||
print "</td>\n";
|
||||
|
||||
// Project
|
||||
@@ -238,7 +238,7 @@ function PLinesb(&$inc, $parent, $lines, &$level, &$tasksrole)
|
||||
$minutes = substr("00"."$minutes", -2);
|
||||
print '<td align="right">'.$heure." h ".$minutes."</td>\n";
|
||||
|
||||
if ($tasksrole[$lines[$i]->id] == 'admin')
|
||||
if ($tasksrole[$lines[$i]->id] == 'TASKEXECUTIVE')
|
||||
{
|
||||
print '<td nowrap="nowrap">';
|
||||
print $form->select_date('',$lines[$i]->id,'','','',"addtime");
|
||||
|
||||
Reference in New Issue
Block a user