1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-05 22:49:48 +01:00

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

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