From 5e086557eea0cf8da563ab2bd59bc7f3cb62bda0 Mon Sep 17 00:00:00 2001 From: Kojo Date: Thu, 25 Jun 2026 20:54:40 +0200 Subject: [PATCH] =?UTF-8?q?Report:=20Im=20LwlPrueflisteRO=20in=20der=20Que?= =?UTF-8?q?ry=20f=C3=BCr=20den=20mit=20"like"=20arbeiten=20(erlaubt=20mehr?= =?UTF-8?q?ere=20KTs)=20SupportOID=3D166109?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Report/ReportObjects/LwlPrueflisteRO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/ReportObjects/LwlPrueflisteRO.cs b/Report/ReportObjects/LwlPrueflisteRO.cs index c4553635c..5bf4d25c1 100644 --- a/Report/ReportObjects/LwlPrueflisteRO.cs +++ b/Report/ReportObjects/LwlPrueflisteRO.cs @@ -65,7 +65,7 @@ JOIN customer c on c.Oid = sc.CustomerOid JOIN person p on p.Oid = c.PersonOid JOIN costbearer cb on cb.oid = c2s.costbeareroid JOIN organisation o on o.costbeareroid = cb.oid -where (o.Name = '{2}') +where (o.Name like '{2}') and sr.startdate >= '{0:yyyy-MM-dd}' and sr.StartDate < '{1:yyyy-MM-dd}' {3} order by p.lastname, p.Firstname, sr.startdate