Studstatus: use current semester in WiederholerDeadline Job

This commit is contained in:
cgfhtw
2024-01-09 15:05:05 +01:00
parent 64279bace2
commit e907c0b596
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ class AntragJob extends JOB_Controller
foreach ($prestudents as $prestudent)
{
$result = $this->prestudentlib->setAbbrecher($prestudent->prestudent_id, $prestudent->studiensemester_kurzbz, $insertvon);
$result = $this->prestudentlib->setAbbrecher($prestudent->prestudent_id, '', $insertvon);
if (isError($result))
$this->logError(getError($result));
else