Merge branch 'fronkdev' of code.fronk.at:fronk/thetool into fronkdev

This commit is contained in:
Frank Schubert
2026-01-14 14:08:13 +01:00
2 changed files with 10 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ class ADBHausnummerModel {
$sql .= " WHERE $where";
if (!empty($filter['home_oaid_rimo_id'])) {
if (!empty($filter['home_oaid_rimo_id']) && !$join_tables) {
$sql .= " GROUP BY Hausnummer.id";
}