diff --git a/vilesci/stammdaten/reihungstestverwaltung.php b/vilesci/stammdaten/reihungstestverwaltung.php index b7cc41348..038c1977d 100644 --- a/vilesci/stammdaten/reihungstestverwaltung.php +++ b/vilesci/stammdaten/reihungstestverwaltung.php @@ -1010,6 +1010,7 @@ if(isset($_GET['excel'])) headers: {0: { sorter: false}}, widgetOptions: {filter_cssFilter: [ "filter_clm_null", + "filter_clm_prestudent_id", "filter_clm_person_id", "filter_clm_null", "filter_clm_vorname", @@ -1061,6 +1062,7 @@ if(isset($_GET['excel'])) if (typeof(Storage) !== 'undefined') { var arr = ['clm_null', + 'clm_prestudent_id', 'clm_person_id', 'clm_null', 'clm_vorname', @@ -1257,8 +1259,8 @@ if(isset($_GET['excel'])) form.find("input[type=hidden]").remove(); $.each(elements, function(index, item) { - var person_id = $(this).closest('tr').find('td.clm_person_id').text(); - form.append(""); + var prestudent_id = $(this).closest('tr').find('td.clm_prestudent_id').text(); + form.append(""); }); form.submit(); } @@ -2618,7 +2620,7 @@ if($reihungstest_id!='') echo 'Excel Export'; //echo 'Punkte ins FAS übertragen'; echo 'Mail an alle BewerberInnen senden'; - echo '
'; } @@ -2645,7 +2647,7 @@ if($reihungstest_id!='') $qry = " SELECT DISTINCT rt_person_id, rt_id, - '0' AS prestudent_id, + prestudent_id, tbl_rt_person.person_id, vorname, nachname, @@ -2763,7 +2765,7 @@ if($reihungstest_id!='') echo '
-
+
-
+