Aufruf der Notenliste aus FAS heraus zeigt Noten aller Semester an

This commit is contained in:
Nikolaus Krondraf
2015-12-07 12:05:24 +01:00
parent 7912ff0e8c
commit 38925cb19c
+1 -1
View File
@@ -5482,5 +5482,5 @@ function StudentCisNotenliste(event)
var col = tree.columns ? tree.columns["student-treecol-uid"] : "student-treecol-uid";
var uid = tree.view.getCellText(tree.currentIndex,col);
window.open('<?php echo CIS_ROOT; ?>cis/private/lehre/notenliste.php?uid='+uid);
window.open('<?php echo CIS_ROOT; ?>cis/private/lehre/notenliste.php?stsem=alle&uid='+uid);
}