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

commit 986cb1357f9a02c2eaa55d402d39bd4504dbd085
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Jan 26 07:41:03 2022 +0100

    Improved: Have a Menu in Accounting featuring actions to create the main 
objects (OFBIZ-11780)
    
    Fixes the use of commons label, specific labels are there for a reason!
---
 applications/accounting/widget/AccountingMenus.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/AccountingMenus.xml 
b/applications/accounting/widget/AccountingMenus.xml
index 7d4702b..523b098 100644
--- a/applications/accounting/widget/AccountingMenus.xml
+++ b/applications/accounting/widget/AccountingMenus.xml
@@ -63,7 +63,7 @@ under the License.
                 <parameter param-name="organizationPartyId"/>
             </link>
         </menu-item>
-        <menu-item name="NewInvoice" title="${uiLabelMap.CommonCreate} 
${uiLabelMap.CommonInvoice}">
+        <menu-item name="NewInvoice" 
title="${uiLabelMap.AccountingCreateNewInvoice}">
             <condition>
                 <or>
                     <if-has-permission permission="ACCOUNTING" 
action="_CREATE"/>

Reply via email to