mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 07:22:17 +00:00
Bismeldestichtag_model fix missing DateTime
This commit is contained in:
@@ -72,7 +72,9 @@ class Bismeldestichtag_model extends DB_Model
|
||||
return success("0",'No Statusdata vorhanden');
|
||||
}
|
||||
$stichtag = current(getData($result));
|
||||
$stichtag = $stichtag->meldestichtag;
|
||||
$stichtag = new DateTime($stichtag->meldestichtag);
|
||||
|
||||
$statusDatum = new DateTime($status_datum);
|
||||
|
||||
// Prüfen, ob Studentstatusdatum oder Studiensemester vor dem Stichtagsdatum liegen
|
||||
if (isset($statusDatum))
|
||||
|
||||
Reference in New Issue
Block a user