From 5e85a48ada8148880bfafd79885a77a100fb4728 Mon Sep 17 00:00:00 2001 From: deepanshu27193 Date: Mon, 21 Mar 2016 14:36:39 +0530 Subject: [PATCH] Update menu.xml When we are directly adding this files in app/code// an error occured due to menu.xml of adminhtml i solved this error, by removing the blank parent attribute, please check it out. --- YourModuleName/etc/adminhtml/menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YourModuleName/etc/adminhtml/menu.xml b/YourModuleName/etc/adminhtml/menu.xml index 5ddb603..080449c 100644 --- a/YourModuleName/etc/adminhtml/menu.xml +++ b/YourModuleName/etc/adminhtml/menu.xml @@ -6,7 +6,7 @@ --> - +