mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
enable text-input zgv-master and enable remove dates ZGV
This commit is contained in:
@@ -140,6 +140,12 @@ class Prestudent extends FHCAPI_Controller
|
||||
if ($val !== null || $prop == 'foerderrelevant') {
|
||||
$update_prestudent[$prop] = $val;
|
||||
}
|
||||
if (($prop == 'zgvdatum' && $val == '')
|
||||
|| ($prop == 'zgvmadatum' && $val == '')
|
||||
|| ($prop == 'zgvdoktordatum' && $val == '')
|
||||
) {
|
||||
$update_prestudent[$prop] = null;
|
||||
}
|
||||
}
|
||||
|
||||
$update_prestudent['updateamum'] = date('c');
|
||||
|
||||
Reference in New Issue
Block a user