You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/12/09 14:59:47 UTC

svn commit: r724704 - /ofbiz/trunk/applications/accounting/widget/Menus.xml

Author: adrianc
Date: Tue Dec  9 05:59:47 2008
New Revision: 724704

URL: http://svn.apache.org/viewvc?rev=724704&view=rev
Log:
Fixed Navigate GL Accounts display problem - reported by ChristopherJ on the user mailing list.

Modified:
    ofbiz/trunk/applications/accounting/widget/Menus.xml

Modified: ofbiz/trunk/applications/accounting/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/Menus.xml?rev=724704&r1=724703&r2=724704&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Tue Dec  9 05:59:47 2008
@@ -663,7 +663,7 @@
 
     <menu name="GlSettingTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml" selected-menuitem-context-field-name="tabButtonItem2">
         <menu-item name="GlAccountNavigate" title="${uiLabelMap.AcctgNavigateAccts}">
-            <link target="GlAccountNavigate"/>
+            <link target="GlAccountNavigate?trail=null"/>
         </menu-item>
         <menu-item name="AssignGlAccount" title="${uiLabelMap.AcctgAssignGlAccount}">
             <link target="AssignGlAccount"/>