diff --git a/vilesci/personen/leistungsstipendium.php b/vilesci/personen/leistungsstipendium.php
index 693c44f0a..0ee4ab8b1 100644
--- a/vilesci/personen/leistungsstipendium.php
+++ b/vilesci/personen/leistungsstipendium.php
@@ -441,7 +441,7 @@ Dylan;Bob;1234567;MEE;750;03.10.2016
// Fills the select element with all the loaded studiengang
foreach($studiengang->result as $val)
{
- echo sprintf("", $val->studiengang_kz, $val->kurzbzlang, $val->bezeichnung);
+ echo sprintf("", $val->studiengang_kz, $val->kurzbzlang,$val->typ, $val->kurzbz, $val->bezeichnung);
}
?>