mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-24 03:41:13 +01:00
fibu_buchungen bugfix search with multiple results
This commit is contained in:
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
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user