mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 07:22:17 +00:00
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
This commit is contained in:
@@ -47,6 +47,7 @@ class Akte_model extends DB_Model
|
||||
dms_id,
|
||||
anmerkung,
|
||||
nachgereicht,
|
||||
nachgereicht_am,
|
||||
CASE WHEN inhalt is not null THEN true ELSE false END as inhalt_vorhanden
|
||||
FROM public.tbl_akte
|
||||
WHERE person_id = ?';
|
||||
|
||||
Reference in New Issue
Block a user