This commit is contained in:
Karl Burkhart
2010-11-22 16:05:28 +00:00
parent 3c4a63e696
commit 9059bf8de4
+1 -1
View File
@@ -47,7 +47,7 @@ $menu=array
'Bestellung'=>array
(
'name'=>'Bestellung', 'permissions'=>array('wawi/bestellung'),'link'=>'bestellung.php?method=suche', 'target'=>'content',
'BestellungNeu'=>array('name'=>'Neu', 'link'=>'bestellung.php?mehtod=update', 'target'=>'content'),
'BestellungNeu'=>array('name'=>'Neu', 'link'=>'bestellung.php?method=new', 'target'=>'content'),
),
)
);