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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

apatel-2
Author: apatel
Date: Tue Sep 11 18:56:19 2007
New Revision: 574763

URL: http://svn.apache.org/viewvc?rev=574763&view=rev
Log:
adding missing organizationPartyId to menu Item

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=574763&r1=574762&r2=574763&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Tue Sep 11 18:56:19 2007
@@ -402,7 +402,7 @@
             <link target="PartyAccountsSummary?organizationPartyId=${organizationPartyId}"/>
         </menu-item>
         <menu-item name="EditGlJournalEntry" title="${uiLabelMap.AcctgEditGlJournalEntry}">
-            <link target="EditGlJournalEntry"/>
+            <link target="EditGlJournalEntry?organizationPartyId=${organizationPartyId}"/>
         </menu-item>
         <menu-item name="ListUnpostedAcctgTrans" title="${uiLabelMap.AccountingManualPostTrans}">
             <link target="ListUnpostedAcctgTrans?organizationPartyId=${organizationPartyId}"/>