This commit is contained in:
Harald Bamberger
2024-01-12 14:47:40 +01:00
parent 5a2ddbe2b2
commit a49394f456
+3 -3
View File
@@ -290,8 +290,8 @@ if (!$ansicht)
echo 'Hauptberuf: '. $verwendung->hauptberuf;
}
}
}
echo "<br><br>";
echo "<br><br>";
}
}
}
@@ -625,7 +625,7 @@ function printFunctionsTable($query, $headingphrase, $tableid, $showVertragsstun
hr.tbl_dienstverhaeltnis dv USING(dienstverhaeltnis_id)
WHERE
dv.mitarbeiter_uid = ".$db->db_add_param($uid)."
AND NOW() BETWEEN COALESCE(vb.von, '1970-01-01'::date) AND COALESCE(vb.bis, '2170-12-31'::date))
AND NOW() BETWEEN COALESCE(vb.von, '1970-01-01'::date) AND COALESCE(vb.bis, '2170-12-31'::date)
AND NOT EXISTS (
SELECT
1