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

dixitdeepak 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 67056dbcfa Fixed MainActionMenu location
67056dbcfa is described below

commit 67056dbcfa8a031888a0220cf0e0f8926ca109ed
Author: Deepak Dixit <[email protected]>
AuthorDate: Tue May 5 17:56:12 2026 +0530

    Fixed MainActionMenu location
---
 applications/accounting/widget/CommonScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/CommonScreens.xml 
b/applications/accounting/widget/CommonScreens.xml
index fdb60af711..38fdc29607 100644
--- a/applications/accounting/widget/CommonScreens.xml
+++ b/applications/accounting/widget/CommonScreens.xml
@@ -71,7 +71,7 @@ under the License.
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="pre-body">
-                        <include-menu name="MainActionMenu" 
location="${parameters.mainDecoratorLocation}"/>
+                        <include-menu name="MainActionMenu" 
location="${parameters.mainMenuLocation}"/>
                         <section>
                             <condition>
                                 <if-service-permission 
service-name="acctgFinAcctPermissionCheck" main-action="VIEW"/>

Reply via email to