fibu_buchungen bugfix search with multiple results

This commit is contained in:
OpenXE 2023-04-03 16:47:44 +02:00
parent 820dc9fec6
commit b1349afb6b

View File

@ -499,6 +499,8 @@ class Fibu_buchungen {
salden.info LIKE CONCAT('%', fo.info, '%') AND salden.typ <> fo.typ AND fo.info <> ''
WHERE
salden.saldonum <> 0
GROUP BY
salden.typ,salden.id
LIMIT 100
";