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 a58dd36  Improved: redundancy removal (OFBIZ-12404) (#356)
a58dd36 is described below

commit a58dd360a6c944104490eaa831d08be5f5ff2158
Author: Pierre Smits <pierre.sm...@orrtiz.com>
AuthorDate: Fri Nov 26 09:01:36 2021 +0100

    Improved: redundancy removal (OFBIZ-12404) (#356)
    
    modified: InvoiceScreens.xml
    removed redundant property-maps for Party and Product labels
---
 applications/accounting/widget/InvoiceScreens.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/applications/accounting/widget/InvoiceScreens.xml 
b/applications/accounting/widget/InvoiceScreens.xml
index 312fc31..fb4e7a7 100644
--- a/applications/accounting/widget/InvoiceScreens.xml
+++ b/applications/accounting/widget/InvoiceScreens.xml
@@ -182,8 +182,6 @@ under the License.
     <screen name="invoiceOverview">
         <section>
             <actions>
-                <property-map resource="PartyUiLabels" map-name="uiLabelMap" 
global="true"/>
-                <property-map resource="ProductUiLabels" map-name="uiLabelMap" 
global="true"/>
                 <set field="titleProperty" value="PageTitleInvoiceOverview"/>
                 <set field="tabButtonItem" value="invoiceOverview"/>
                 <set field="helpAnchor" value="_help_for_invoice_overview"/>

Reply via email to