2
0
forked from Wavyzz/dolibarr

Change duration _planned by planned_workload

This commit is contained in:
fhenry
2013-05-14 20:22:33 +02:00
parent f98442d700
commit d0b4cef7a4
11 changed files with 168 additions and 143 deletions

View File

@@ -422,7 +422,7 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
// Duration
print '<td align="center">';
print $lines[$i]->duration_planned.' '.$langs->trans('Hours');
print $lines[$i]->planned_workload.' '.$langs->trans('Hours');
print '</td>';
// Progress
@@ -557,7 +557,7 @@ function projectLinesb(&$inc, $parent, $lines, &$level, &$projectsrole, &$tasksr
// Duration
print '<td align="center">';
print $lines[$i]->duration_planned.' '.$langs->trans('Hours');
print $lines[$i]->planned_workload.' '.$langs->trans('Hours');
print '</td>';
// Progress