From 4e0fd56d9913e71c71745ab28e8df146f617705e Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 18 Jan 2021 13:45:11 +0100 Subject: [PATCH] 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 --- application/libraries/AnrechnungLib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/AnrechnungLib.php b/application/libraries/AnrechnungLib.php index f77565e7c..a39e40fb3 100644 --- a/application/libraries/AnrechnungLib.php +++ b/application/libraries/AnrechnungLib.php @@ -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 = '';