mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Bugfix beim Abzug diverser Abwesenheitszeiten von der Gesamtarbeitszeit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user