Index: trunk/grails-app/conf/Config.groovy
===================================================================
--- trunk/grails-app/conf/Config.groovy	(revision 367)
+++ trunk/grails-app/conf/Config.groovy	(revision 374)
@@ -207,4 +207,20 @@
             [order:91, controller:'maintenancePolicyDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
         ]
+    ],
+    [order:50, controller:'supplierDetailed', title:'supplier', action:'list',
+        subItems: [
+            [order:10, controller:'supplierDetailed', title:'Supplier List', action:'list', isVisible: { true }],
+            [order:20, controller:'supplierDetailed', title:'Create', action:'create', isVisible: { true }],
+            [order:90, controller:'supplierDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
+            [order:91, controller:'supplierDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
+        ]
+    ],
+    [order:60, controller:'manufacturerDetailed', title:'manufacturer', action:'list',
+        subItems: [
+            [order:10, controller:'manufacturerDetailed', title:'Manufacturer List', action:'list', isVisible: { true }],
+            [order:20, controller:'manufacturerDetailed', title:'Create', action:'create', isVisible: { true }],
+            [order:90, controller:'manufacturerDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
+            [order:91, controller:'manufacturerDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
+        ]
     ]
 ]
