- Bugfix Notebook Registration

- Bugfix für LV-Planung-Statistik im Excelformat für Lektoren
- Überbuchungsprüfung für LV-Plan
This commit is contained in:
Andreas Österreicher
2009-09-09 12:59:05 +00:00
parent 3b69524f9a
commit ea4879e0bc
4 changed files with 206 additions and 2 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ function StatistikPrintLVPlanungExcel()
var col;
col = tree.columns ? tree.columns["uid"] : "uid";
var uid=tree.view.getCellText(tree.currentIndex,col);
var url = '<?php echo APP_ROOT ?>content/statistik/lvplanung..xls.php?uid='+uid+'&studiensemester_kurzbz='+studiensemester;
var url = '<?php echo APP_ROOT ?>content/statistik/lvplanung.xls.php?uid='+uid+'&studiensemester_kurzbz='+studiensemester;
}
window.open(url,'LV-Planung');
}