Fehler beim Auslesen des gewählten Studiengangs korrigiert

This commit is contained in:
Nikolaus Krondraf
2020-01-08 13:48:45 +01:00
parent fb80628510
commit d8437a9936
+2 -2
View File
@@ -575,8 +575,8 @@ function saveAnmeldung(lehrveranstaltung_id, termin_id)
studienverpflichtung_id = $("#studienverpflichtung option:selected").val();
var studiengang_kz = null;
if($('#select_studiengang').length)
studiengang_kz = $('#select_studiengang option:selected').val();
if($('#prestudent_studiengang').length)
studiengang_kz = $('#prestudent_studiengang option:selected').val();
$.ajax({
dataType: 'json',