Fehlerkorrekturen Kehl
This commit is contained in:
parent
3aba14f13d
commit
7c27b4abfd
@ -1172,9 +1172,9 @@ if($row_akt['status'] == '1' AND $row_akt['zuweisung'] == NULL AND $row_akt['aen
|
|||||||
WHERE saaid='$row_alt[saaid]'");
|
WHERE saaid='$row_alt[saaid]'");
|
||||||
# --> Schreiben an Student, Schreiben an Dienststelle aktueller Änderungsantrag, Schreiben an Dienststelle bisheriger Änderungsantrag
|
# --> 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'], '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($row_akt['dst_id'] != $row_alt[dst_id]){ //wenn sich Dienststelle ändert, dann zusätzlich eine Neuzuweisung
|
||||||
if($inform_praxisstelle == 1){
|
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);
|
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]'");
|
WHERE saaid='$row_alt[saaid]'");
|
||||||
# --> Schreiben an Student, Schreiben an Dienststelle aktueller Änderungsantrag, Schreiben an Dienststelle bisheriger Änderungsantrag
|
# --> 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'], '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($row_akt['dst_id'] != $row_alt['dst_id']){ //wenn sich Dienststelle ändert, dann zusätzlich eine Neuzuweisung
|
||||||
if($inform_praxisstelle == 1){
|
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);
|
printqueue_antrag($row_akt['saaid'], 'EZP', 'Erstantrag an Praxisstelle nach zugewiesenem Änderungsantrag', $user_admin, $hs, 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -749,6 +749,8 @@ oPopupBody.style.border = \"solid blue 1px\";
|
|||||||
function disable_ledig(pos){
|
function disable_ledig(pos){
|
||||||
document.getElementById('ledig'+pos+'_ja').disabled = true;
|
document.getElementById('ledig'+pos+'_ja').disabled = true;
|
||||||
document.getElementById('ledig'+pos+'_nein').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);
|
ergebnis_umzug(pos);
|
||||||
}
|
}
|
||||||
function enable_hausstand(pos){
|
function enable_hausstand(pos){
|
||||||
|
@ -638,6 +638,8 @@ oPopupBody.style.border = \"solid blue 1px\";
|
|||||||
function disable_ledig(pos){
|
function disable_ledig(pos){
|
||||||
document.getElementById('ledig'+pos+'_ja').disabled = true;
|
document.getElementById('ledig'+pos+'_ja').disabled = true;
|
||||||
document.getElementById('ledig'+pos+'_nein').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);
|
ergebnis_umzug(pos);
|
||||||
}
|
}
|
||||||
function enable_hausstand(pos){
|
function enable_hausstand(pos){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user