diff --git a/vilesci/stammdaten/gsprogramm.php b/vilesci/stammdaten/gsprogramm.php
index 2a9c10963..9109d9c19 100644
--- a/vilesci/stammdaten/gsprogramm.php
+++ b/vilesci/stammdaten/gsprogramm.php
@@ -125,6 +125,7 @@ echo '
Bezeichnung |
Programmcode |
Typ |
+ Studienkennung Uni |
';
@@ -144,6 +145,7 @@ echo '
'.$row->bezeichnung.' |
'.$row->programm_code.' |
'.(isset($typ_arr[$row->gsprogrammtyp_kurzbz])?$typ_arr[$row->gsprogrammtyp_kurzbz]:$row->gsprogrammtyp_kurzbz).' |
+ '.$row->studienkennung_uni.' |
';
}