FIX: cannot add time spend when column ref is not displayed
This commit is contained in:
parent
90fa36b46a
commit
a7cef1aa15
@ -1374,7 +1374,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
} else {
|
} elseif ($action !== 'createtime') {
|
||||||
print '<input type="hidden" name="taskid" value="'.$id.'">';
|
print '<input type="hidden" name="taskid" value="'.$id.'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user