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

jleroux 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 2fc7302f43 Improved: TAX - set correct decorator (OFBIZ-13030) (#762)
2fc7302f43 is described below

commit 2fc7302f4310029d617ebcb4e5c2e882f9eb578a
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Mon Apr 15 11:57:20 2024 +0200

    Improved: TAX - set correct decorator (OFBIZ-13030) (#762)
    
    With the move of the tax authorities menu-item (OFBIZ-13026), the decorator 
needs modification
    
    modified: TaxAuthorityScreens.xml
    - changed decorator-screen name
---
 applications/accounting/widget/TaxAuthorityScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/TaxAuthorityScreens.xml 
b/applications/accounting/widget/TaxAuthorityScreens.xml
index 5f8d923171..77f4d50379 100644
--- a/applications/accounting/widget/TaxAuthorityScreens.xml
+++ b/applications/accounting/widget/TaxAuthorityScreens.xml
@@ -32,7 +32,7 @@ under the License.
                 <get-related-one value-field="taxAuthority" 
relation-name="TaxAuthGeo" to-value-field="taxAuthGeo" use-cache="true"/>
             </actions>
             <widgets>
-                <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
+                <decorator-screen name="GlobalGLSettingsDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="pre-body">
                         <include-menu name="MainActionMenu" 
location="${parameters.mainMenuLocation}"/>
                     </decorator-section>

Reply via email to