Report: Im LwlPrueflisteRO in der Query für den mit "like" arbeiten (erlaubt mehrere KTs)

SupportOID=166109
This commit is contained in:
2026-06-25 20:54:40 +02:00
parent 03fbee3f32
commit 5e086557ee

View File

@@ -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