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