mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
First draft for aliquote reduction
This commit is contained in:
+960
-953
File diff suppressed because it is too large
Load Diff
@@ -1300,6 +1300,14 @@ function ExtrasShowProjektarbeitsabgaben()
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/lehre/abgabe_assistenz_frameset.php?stg_kz='+studiengang_kz,'Projektarbeitsabgaben','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt HTML Seite für die Aliquote Reduktion
|
||||
// ****
|
||||
function ExtrasShowAliquote_reduktion()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/personen/aliquote_reduktion.php','Aliquote Reduktion','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt HTML Seite zur Bearbeitung der Gruppen an
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user