- prestudent_id beim archivieren setzen

This commit is contained in:
ma0048
2023-08-23 13:21:50 +02:00
parent f4c8f00c8f
commit b6bfa3b621
11 changed files with 133 additions and 69 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ class Akte_model extends DB_Model
anmerkung,
nachgereicht,
nachgereicht_am,
CASE WHEN inhalt is not null THEN true ELSE false END as inhalt_vorhanden
CASE WHEN inhalt is not null THEN true ELSE false END as inhalt_vorhanden,
prestudent_id
FROM public.tbl_akte
WHERE person_id = ?';