mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfix beim laden von Addons
This commit is contained in:
@@ -681,7 +681,8 @@ function MitarbeiterAuswahl()
|
||||
// Selektierungsfunktion der Addons aufrufen
|
||||
for(i in addon)
|
||||
{
|
||||
addon[i].selectMitarbeiter(person_id, uid)
|
||||
if(typeof addon[i].selectMitarbeiter=='function')
|
||||
addon[i].selectMitarbeiter(person_id, uid);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1860,4 +1861,4 @@ function MitarbeiterShowPersonendetails()
|
||||
{
|
||||
person_id = document.getElementById('mitarbeiter-detail-textbox-person_id').value;
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/personen/personendetails.php?id='+person_id,'Personendetails','');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user