Merge pull request #18226 from FHenry/fix_addtimespend
FIX: cannot add time spend when column ref is not displayed
This commit is contained in:
commit
bd731d9213
@ -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