Bugfix beim Abzug diverser Abwesenheitszeiten von der Gesamtarbeitszeit

This commit is contained in:
Gerald Raab
2019-01-21 16:38:06 +01:00
parent 86f1671fb6
commit d3803a848f
@@ -232,7 +232,7 @@ for ($i = 0; $i < count($ztaufdata); $i++)
$projectlines[$day]->arbeitszeit -= $subtraction->diff;
$lehreExternExists = true;
}
else
elseif ($subtraction->typ == $activitiesToSubtract[2] || $subtraction->typ == $activitiesToSubtract[3])
{
$projectlines[$day]->arbeitszeit -= $subtraction->diff;
}