mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
Fehler beim Erstellen der Inskriptionsbestätigung behoben wenn kein Studienplan zugeordnet ist
This commit is contained in:
+1
-1
@@ -806,7 +806,7 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
if($studienplan_id!='')
|
||||
if(isset($studienplan_id) && $studienplan_id!='')
|
||||
{
|
||||
$stpl = new studienplan();
|
||||
$stpl->loadStudienplan($studienplan_id);
|
||||
|
||||
Reference in New Issue
Block a user