From 08324e7c16eb2d0323d354b6e733d88fe7cbc474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 12 Jun 2014 13:15:18 +0000 Subject: [PATCH] Semester ECTS Summe wird jetzt korrekt berechnet wenn ein Auslandssemester gemacht wurde --- rdf/diplomasupplement.xml.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index e9e2325f6..155c7c0d3 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -861,6 +861,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") '; $ects_total +=$row_outgoing->ects; + $semester_ects+=$row_outgoing->ects; } } }