mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 01:23:00 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
@@ -1069,6 +1069,18 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
|
||||
if (count($arrayfields) > 0 && !empty($arrayfields['c.assigned']['checked'])) {
|
||||
print '<td></td>';
|
||||
}
|
||||
|
||||
//Check if Extrafields is totalizable
|
||||
foreach ($extrafields->attributes['projet_task']['totalizable'] as $key=>$value) {
|
||||
if ($arrayfields['ef.'.$key]['checked'] == 1) {
|
||||
print '<td align="right">';
|
||||
if ($value == 1) {
|
||||
print $totalarray['totalizable'][$key]['total'];
|
||||
}
|
||||
print '</td>';
|
||||
}
|
||||
}
|
||||
|
||||
print '<td class=""></td>';
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user