FIX: cannot add time spend when column ref is not displayed

This commit is contained in:
Florian HENRY 2021-07-26 10:20:11 +02:00
parent 90fa36b46a
commit a7cef1aa15

View File

@ -1374,7 +1374,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0)
print '</td>';
if (!$i) $totalarray['nbfield']++;
}
} else {
} elseif ($action !== 'createtime') {
print '<input type="hidden" name="taskid" value="'.$id.'">';
}