Index: trunk/grails-app/conf/Config.groovy
===================================================================
--- trunk/grails-app/conf/Config.groovy	(revision 380)
+++ trunk/grails-app/conf/Config.groovy	(revision 383)
@@ -247,4 +247,20 @@
             [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
         ]
+    ],
+    [order:100, controller:'manufacturerTypeDetailed', title:'manufacturerType', action:'list',
+        subItems: [
+            [order:10, controller:'manufacturerTypeDetailed', title:'Manufacturer Type List', action:'list', isVisible: { true }],
+            [order:20, controller:'manufacturerTypeDetailed', title:'Create', action:'create', isVisible: { true }],
+            [order:90, controller:'manufacturerTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
+            [order:91, controller:'manufacturerTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
+        ]
+    ],
+    [order:110, controller:'supplierTypeDetailed', title:'supplierType', action:'list',
+        subItems: [
+            [order:10, controller:'supplierTypeDetailed', title:'Supplier Type List', action:'list', isVisible: { true }],
+            [order:20, controller:'supplierTypeDetailed', title:'Create', action:'create', isVisible: { true }],
+            [order:90, controller:'supplierTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
+            [order:91, controller:'supplierTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
+        ]
     ]
 ]
