Tab Abschlusspruefung

- set textfield protokoll readonly
- update: add updatevon, updateamum
- selectedFields vorsitz, pruefer: set default null
This commit is contained in:
ma0068
2025-06-30 08:52:40 +02:00
parent 0adf7ee9dc
commit fbb00a2616
2 changed files with 7 additions and 7 deletions
@@ -333,8 +333,8 @@ class Abschlusspruefung extends FHCAPI_Controller
'protokoll' => $formData['protokoll'],
'note' => $formData['note'],
'anmerkung' => $formData['anmerkung'],
'insertamum' => date('c'),
'insertvon' => getAuthUID()
'updateamum' => date('c'),
'updatevon' => getAuthUID()
]
);