mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-22 14:39:28 +00:00
Corrected empfehlung default value
Now default value is empty instead of false, as there are 3 different stati to retrieve 1. null = no recommendation at all (default) 1. true = recommended 1. false = not recommended Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
@@ -112,7 +112,7 @@ class AnrechnungLib
|
||||
$anrechnung_data->insertamum = '';
|
||||
$anrechnung_data->insertvon = '';
|
||||
$anrechnung_data->studiensemester_kurzbz = '';
|
||||
$anrechnung_data->empfehlung = false;
|
||||
$anrechnung_data->empfehlung = '';
|
||||
$anrechnung_data->status = '';
|
||||
$anrechnung_data->dokumentname = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user