svn commit: r824242 - /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: r824242 - /ofbiz/trunk/applications/accounting/widget/Menus.xml

jacopoc
Author: jacopoc
Date: Mon Oct 12 07:09:06 2009
New Revision: 824242

URL: http://svn.apache.org/viewvc?rev=824242&view=rev
Log:
Removed unused and invalid menu item from Payment menu; I wrongly committed it some time ago. Thanks to Brajesh Patel for the patch (OFBIZ-3023).

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=824242&r1=824241&r2=824242&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Mon Oct 12 07:09:06 2009
@@ -376,14 +376,6 @@
                 <parameter param-name="paymentId" from-field="payment.paymentId"/>
             </link>
         </menu-item>
-        <menu-item name="paymentGatewayTransactions" title="${uiLabelMap.AccountingTransactions}">
-            <condition>
-                <not><if-empty field="payment.paymentId"/></not>
-            </condition>
-            <link target="paymentGatewayTransactions">
-                <parameter param-name="paymentId" from-field="payment.paymentId"/>
-            </link>
-        </menu-item>
     </menu>
 
     <menu name="PaymentSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"