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:
Cris
2021-01-18 13:45:11 +01:00
committed by cris-technikum
parent de5c67d2f1
commit 4e0fd56d99
+1 -1
View File
@@ -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 = '';