Fehlerkorrekturen Kehl

This commit is contained in:
aschwarz 2024-01-30 08:55:51 +01:00
parent 3aba14f13d
commit 7c27b4abfd
3 changed files with 6 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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){

View File

@ -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){