This is an automated email from the ASF dual-hosted git repository.

mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4dcf8eac52 OFBIZ-12561 Remove duplicate payment find action (#1178)
4dcf8eac52 is described below

commit 4dcf8eac52d68d8800321523f4eb7d1655d1bb71
Author: toaditi <[email protected]>
AuthorDate: Fri May 8 19:33:25 2026 +0530

    OFBIZ-12561 Remove duplicate payment find action (#1178)
    
    ### Summary
    - Remove the `findPayment` item from `PaymentTabBar`.
    - This removes the extra Find action above the Find Payment screen while
    retaining the search form submit button.
    
    ### Issue
    - https://issues.apache.org/jira/browse/OFBIZ-12561
    
    ### Verification
    - `XML_CATALOG_FILES=framework/widget/dtd/widget-catalog.xml xmllint
    --noout --schema framework/widget/dtd/widget-menu.xsd
    applications/accounting/widget/AccountingMenus.xml`
    - XPath check: `PaymentTabBar` `findPayment` menu item count is `0`
    - XPath check: `FindPayments` form `searchButton` submit count is `1`
    - Pre-push Gradle hook: `BUILD SUCCESSFUL`
---
 applications/accounting/widget/AccountingMenus.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/applications/accounting/widget/AccountingMenus.xml 
b/applications/accounting/widget/AccountingMenus.xml
index 71da0e5ace..7199e962b7 100644
--- a/applications/accounting/widget/AccountingMenus.xml
+++ b/applications/accounting/widget/AccountingMenus.xml
@@ -553,9 +553,6 @@ under the License.
     </menu>
 
     <menu name="PaymentTabBar" extends="CommonTabBarMenu" 
extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="findPayment" title="${uiLabelMap.CommonFind}" >
-            <link target="findPayments"/>
-        </menu-item>
         <menu-item name="paymentOverview" 
title="${uiLabelMap.AccountingPaymentTabOverview}">
             <condition>
                 <not><if-empty field="payment.paymentId"/></not>

Reply via email to