Code comment
This commit is contained in:
parent
b09c4166b3
commit
cd46ccdb66
@ -977,6 +977,7 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Computed progress
|
||||||
if (count($arrayfields) > 0 && !empty($arrayfields['t.progress_calculated']['checked'])) {
|
if (count($arrayfields) > 0 && !empty($arrayfields['t.progress_calculated']['checked'])) {
|
||||||
print '<td class="nowrap liste_total right">';
|
print '<td class="nowrap liste_total right">';
|
||||||
if ($total_projectlinesa_planned) {
|
if ($total_projectlinesa_planned) {
|
||||||
@ -984,6 +985,8 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Declared progress
|
||||||
if (count($arrayfields) > 0 && !empty($arrayfields['t.progress']['checked'])) {
|
if (count($arrayfields) > 0 && !empty($arrayfields['t.progress']['checked'])) {
|
||||||
print '<td class="nowrap liste_total right">';
|
print '<td class="nowrap liste_total right">';
|
||||||
if ($total_projectlinesa_planned) {
|
if ($total_projectlinesa_planned) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user