This commit is contained in:
Andreas Österreicher
2009-01-27 16:55:27 +00:00
parent ac0f00ed18
commit df07d03900
6 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class resturlaub
function getResturlaubFixangestellte()
{
$qry = "SELECT * FROM campus.vw_mitarbeiter LEFT JOIN campus.tbl_resturlaub ON(uid=mitarbeiter_uid)
WHERE fixangestellt=true ORDER BY nachname, vorname";
WHERE fixangestellt=true AND aktiv=true ORDER BY nachname, vorname";
if($result = pg_query($this->conn, $qry))
{
+2 -1
View File
@@ -56,7 +56,8 @@ $menu=array
'name'=>'Lehreinheit', 'permissions'=>array('admin','lv-plan','support'),
'Verwaltung'=>array('name'=>'Verwaltung', 'link'=>'lehre/lv_verteilung/lv_verteilung.php', 'target'=>'main'),
'Wartung'=>array('name'=>'Wartung', 'link'=>'stammdaten/le_wartung.php', 'target'=>'main'),
'Vorrueckung'=>array('name'=>'Vorrueckung', 'link'=>'lehre/lehreinheiten_vorrueckung.php', 'target'=>'main')
'Vorrueckung'=>array('name'=>'Vorrueckung', 'link'=>'lehre/lehreinheiten_vorrueckung.php', 'target'=>'main'),
'Kreuzerllisten kopieren'=>array('name'=>'Kreuzerllisten kopieren', 'link'=>'https://cis.technikum-wien.at/cis/private/lehre/benotungstool/copy_uebung.php', 'target'=>'_blank')
),
'Freifach'=>array
(