mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-24 23:49:28 +00:00
- fehlende stellen angepasst
- dropcolumn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user