- fehlende stellen angepasst

- dropcolumn
This commit is contained in:
ma0048
2025-02-04 11:30:11 +01:00
parent b5500e2d11
commit b1c046ae04
4 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ class statusgrund extends basis_db
$qry = "
SELECT
statusgrund.*,
statusgrund.".$bezeichnung_mehrsprachig.",".$beschreibung."
statusgrund.".$bezeichnung_mehrsprachig.",".$beschreibung.",
statusgrundstatus.status_kurzbz
FROM
public.tbl_status_grund statusgrund
JOIN public.tbl_status_grund_status statusgrundstatus ON statusgrund.statusgrund_id = statusgrundstatus.statusgrund_id