diff --git a/vilesci/stammdaten/reihungstestverwaltung.php b/vilesci/stammdaten/reihungstestverwaltung.php index 2fd3d6d04..b7cc41348 100644 --- a/vilesci/stammdaten/reihungstestverwaltung.php +++ b/vilesci/stammdaten/reihungstestverwaltung.php @@ -1257,7 +1257,7 @@ if(isset($_GET['excel'])) form.find("input[type=hidden]").remove(); $.each(elements, function(index, item) { - let person_id = $(this).closest('tr').find('td.clm_person_id').text(); + var person_id = $(this).closest('tr').find('td.clm_person_id').text(); form.append(""); }); form.submit();