Fix remove debug info
This commit is contained in:
parent
064f38b89e
commit
1b352768c2
@ -859,7 +859,7 @@ foreach ($listofreferent as $key => $value)
|
|||||||
$tmpprojtime = $element->getSumOfAmount($elementuser, $dates, $datee); // $element is a task. $elementuser may be empty
|
$tmpprojtime = $element->getSumOfAmount($elementuser, $dates, $datee); // $element is a task. $elementuser may be empty
|
||||||
print convertSecondToTime($tmpprojtime['nbseconds'], 'allhourmin');
|
print convertSecondToTime($tmpprojtime['nbseconds'], 'allhourmin');
|
||||||
}
|
}
|
||||||
else print 'e'.dol_print_date($date,'day');
|
else print dol_print_date($date,'day');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Third party or user
|
// Third party or user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user