diff --git a/admin/bearbeiten_neu.php b/admin/bearbeiten_neu.php index 99d8025..75791d0 100755 --- a/admin/bearbeiten_neu.php +++ b/admin/bearbeiten_neu.php @@ -1172,9 +1172,9 @@ if($row_akt['status'] == '1' AND $row_akt['zuweisung'] == NULL AND $row_akt['aen WHERE saaid='$row_alt[saaid]'"); # --> Schreiben an Student, Schreiben an Dienststelle aktueller Änderungsantrag, Schreiben an Dienststelle bisheriger Änderungsantrag printqueue_antrag($row_akt['saaid'], 'AES', 'Änderungsschreiben an Student mit zugewiesenem Änderungsantrag', $user_admin, $hs, 1); - printqueue_antrag($row_akt['saaid'], 'AEP', 'Änderungsschreiben an Praxisstelle mit zugewiesenem Änderungsantrag', $user_admin, $hs, 2); if($row_akt['dst_id'] != $row_alt[dst_id]){ //wenn sich Dienststelle ändert, dann zusätzlich eine Neuzuweisung if($inform_praxisstelle == 1){ + printqueue_antrag($row_akt['saaid'], 'AEP', 'Änderungsschreiben an Praxisstelle mit zugewiesenem Änderungsantrag', $user_admin, $hs, 2); printqueue_antrag($row_akt['saaid'], 'EZP', 'Erstantrag an Praxisstelle nach zugewiesenem Änderungsantrag', $user_admin, $hs, 3); } } @@ -1582,9 +1582,9 @@ if($row_akt['status'] == '1' AND $row_akt['zuweisung'] == NULL AND $row_akt['aen WHERE saaid='$row_alt[saaid]'"); # --> Schreiben an Student, Schreiben an Dienststelle aktueller Änderungsantrag, Schreiben an Dienststelle bisheriger Änderungsantrag printqueue_antrag($row_akt['saaid'], 'AES', 'Änderungsschreiben an Student mit zugewiesenem Änderungsantrag', $user_admin, $hs, 1); - printqueue_antrag($row_akt['saaid'], 'AEP', 'Änderungsschreiben an Praxisstelle mit zugewiesenem Änderungsantrag', $user_admin, $hs, 2); if($row_akt['dst_id'] != $row_alt['dst_id']){ //wenn sich Dienststelle ändert, dann zusätzlich eine Neuzuweisung if($inform_praxisstelle == 1){ + printqueue_antrag($row_akt['saaid'], 'AEP', 'Änderungsschreiben an Praxisstelle mit zugewiesenem Änderungsantrag', $user_admin, $hs, 2); printqueue_antrag($row_akt['saaid'], 'EZP', 'Erstantrag an Praxisstelle nach zugewiesenem Änderungsantrag', $user_admin, $hs, 3); } } diff --git a/stud/antrag.php b/stud/antrag.php index ddf341d..99c9623 100755 --- a/stud/antrag.php +++ b/stud/antrag.php @@ -749,6 +749,8 @@ oPopupBody.style.border = \"solid blue 1px\"; function disable_ledig(pos){ document.getElementById('ledig'+pos+'_ja').disabled = true; document.getElementById('ledig'+pos+'_nein').disabled = true; + document.getElementById('hausstand'+pos+'_ja').disabled = true; + document.getElementById('hausstand'+pos+'_nein').disabled = true ergebnis_umzug(pos); } function enable_hausstand(pos){ diff --git a/stud/antrag_aend.php b/stud/antrag_aend.php index afc4756..f97188f 100755 --- a/stud/antrag_aend.php +++ b/stud/antrag_aend.php @@ -638,6 +638,8 @@ oPopupBody.style.border = \"solid blue 1px\"; function disable_ledig(pos){ document.getElementById('ledig'+pos+'_ja').disabled = true; document.getElementById('ledig'+pos+'_nein').disabled = true; + document.getElementById('hausstand'+pos+'_ja').disabled = true; + document.getElementById('hausstand'+pos+'_nein').disabled = true ergebnis_umzug(pos); } function enable_hausstand(pos){