change default sum in case of no quereinstieg to avoid print in section 6.1

This commit is contained in:
ma0068
2026-07-08 17:29:45 +02:00
parent 8f0af61012
commit bf1001e30d
+1 -1
View File
@@ -669,7 +669,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
$ects_total = 0;
$ects_total_positiv = 0;
$ects_anrechnung_studienplan = 0;
$ects_anrechnung_studienplan = '';
//Anrechnung Quereinsteiger
echo ' <anrechnungen>';