TransferDatum für Rechnungen

Personensuche im WaWi Menü
This commit is contained in:
Andreas Österreicher
2010-12-06 14:36:08 +00:00
parent 6b570b946f
commit 51640c0543
2 changed files with 110 additions and 5 deletions
+6 -1
View File
@@ -54,6 +54,11 @@ $menu=array
'name'=>'Rechnung', 'permissions'=>array('wawi/rechnung'),'link'=>'rechnung.php?method=suche', 'target'=>'content',
'RechnungNeu'=>array('name'=>'Neu', 'link'=>'rechnung.php?method=new', 'target'=>'content'),
),
)
'Personensuche'=>array
(
'name'=>'Personensuche', 'link'=>'https://cis.technikum-wien.at/cis/private/tools/psearch.php', 'target'=>'content',
)
)
);
?>