From 46b7dc1ce78738441ebda90a34d7d6b41486368f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 7 Jun 2024 10:19:12 +0200 Subject: [PATCH] =?UTF-8?q?Dauer=20f=C3=BCr=20die=20Anzeige=20von=20abgela?= =?UTF-8?q?ufenen=20Projekten=20in=20der=20Zeitaufzeichnung=20auf=202=20Mo?= =?UTF-8?q?nate=20verl=C3=A4ngert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/projekt.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/projekt.class.php b/include/projekt.class.php index 1dd7f60fb..79b706be9 100644 --- a/include/projekt.class.php +++ b/include/projekt.class.php @@ -382,7 +382,7 @@ class projekt extends basis_db JOIN fue.tbl_projekt_ressource USING(ressource_id) JOIN fue.tbl_projekt USING(projekt_kurzbz) WHERE (beginn<=now() or beginn is null) - AND (ende + interval '1 month 1 day' >=now() OR ende is null) + AND (ende + interval '2 month 1 day' >=now() OR ende is null) AND ( mitarbeiter_uid=" . $this->db_add_param($mitarbeiter_uid) . " OR