diff --git a/cis/public/bewerbung.php b/cis/public/bewerbung.php index 8103df867..7e5a4640d 100755 --- a/cis/public/bewerbung.php +++ b/cis/public/bewerbung.php @@ -594,6 +594,7 @@ padding: 5px; Status Datum Aktion + Bewerbungsstatus "; foreach($prestudent->result as $row) { @@ -603,12 +604,13 @@ padding: 5px; $prestudent_status = new prestudent(); $prestatus_help= ($prestudent_status->getLastStatus($row->prestudent_id))?$prestudent_status->status_kurzbz:'Noch kein Status vorhanden'; - + $bewerberstatus =($prestudent_status->bestaetigtam != '' || $prestudent_status->bestaetigtvon != '')?'bestätigt':'noch nicht bestätigt'; echo " ".$stg->bezeichnung." ".$prestatus_help." ".$datum->formatDatum($prestudent_status->datum, 'd.m.Y')." + $bewerberstatus "; }