mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user