Bugfix fürs Auslesen der studiengang_kz

This commit is contained in:
Nikolaus Krondraf
2019-06-07 11:19:10 +02:00
parent 448bb1ed91
commit da23fa77cc
+2 -2
View File
@@ -570,8 +570,8 @@ function saveAnmeldung(lehrveranstaltung_id, termin_id)
studienverpflichtung_id = $("#studienverpflichtung option:selected").val();
var studiengang_kz = null;
if($('#prestudent_studiengang').length)
studiengang_kz = $('#prestudent_studiengang option:selected').val();
if($('#select_studiengang').length)
studiengang_kz = $('#select_studiengang option:selected').val();
$.ajax({
dataType: 'json',