Zusätzlicher Eintrag bei Statuswechsel wenn Statusgründe für Studenten

vorhanden sind
This commit is contained in:
Andreas Österreicher
2021-09-15 10:31:19 +02:00
parent d091374622
commit fd2485cdb3
+4 -2
View File
@@ -129,7 +129,9 @@ else
if ($id == 'student-toolbar-student')
echo '<menuitem label="Student" oncommand="StudentUnterbrecherZuStudent()" disabled="false" tooltiptext="Status ändern auf Student"/>';
if ($id == 'interessent-toolbar-zustudent')
echo '<menuitem label="Student" oncommand="InteressentzuStudent()" disabled="false" tooltiptext="Status ändern auf Student"/>';
foreach($gruende[$status_kurzbz] as $row)
{
$commandWithID = str_replace('STATUSGRUNDID',$row['statusgrund_id'],$command);
@@ -213,7 +215,7 @@ else
<?php
$statusgrund = new statusgrund();
$statusgrund->getAll(true);
foreach($statusgrund->result as $row)
{
?>