added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
@@ -103,7 +103,7 @@ abstract class AbstractCalculator
|
||||
{
|
||||
$time = 0;
|
||||
foreach ($this->model->getEntries() as $entry) {
|
||||
if (null === $entry->getFixedRate()) {
|
||||
if (null === $entry->getFixedRate() && null !== $entry->getDuration()) {
|
||||
$time += $entry->getDuration();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user