mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfix fürs Auslesen der studiengang_kz
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user