mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Auswertungen in WaWi Menü integriert
- Tags Auswertung filtert nun korrekt auf Kostenstellen
This commit is contained in:
@@ -58,6 +58,14 @@ $menu=array
|
||||
(
|
||||
'name'=>'Personensuche', 'link'=>'https://cis.technikum-wien.at/cis/private/tools/psearch.php', 'target'=>'content',
|
||||
)
|
||||
),
|
||||
'Auswertungen'=> array
|
||||
(
|
||||
'name'=>'Auswertungen', 'opener'=>'true', 'hide'=>'false','permissions'=>array('wawi/bestellung','wawi/rechnung'),
|
||||
'Tags'=>array
|
||||
(
|
||||
'name'=>'Tags', 'permissions'=>array('wawi/bestellung'),'link'=>'../vilesci/statistik/wawi_tags.php', 'target'=>'content',
|
||||
)
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user