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

danwatford 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 acf0730  Reverted: Labels used for Customer Request Items (OFBIZ-12508)
acf0730 is described below

commit acf0730c8d9a0b911411c8b002542922c2fae636
Author: Daniel Watford <dan...@watfordconsulting.com>
AuthorDate: Wed Jan 26 17:14:51 2022 +0000

    Reverted: Labels used for Customer Request Items (OFBIZ-12508)
---
 applications/order/widget/ordermgr/CustRequestScreens.xml | 2 +-
 applications/order/widget/ordermgr/OrderMenus.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/order/widget/ordermgr/CustRequestScreens.xml 
b/applications/order/widget/ordermgr/CustRequestScreens.xml
index f3d38dd..99068e2 100644
--- a/applications/order/widget/ordermgr/CustRequestScreens.xml
+++ b/applications/order/widget/ordermgr/CustRequestScreens.xml
@@ -286,7 +286,7 @@ under the License.
             <widgets>
                 <decorator-screen name="CommonRequestDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.CommonItems}">
+                        <screenlet title="${uiLabelMap.PageTitleRequestItems}">
                             <include-form name="ListRequestItems" 
location="component://order/widget/ordermgr/CustRequestForms.xml"/>
                         </screenlet>
                     </decorator-section>
diff --git a/applications/order/widget/ordermgr/OrderMenus.xml 
b/applications/order/widget/ordermgr/OrderMenus.xml
index 1faa39f..1d6d79b 100644
--- a/applications/order/widget/ordermgr/OrderMenus.xml
+++ b/applications/order/widget/ordermgr/OrderMenus.xml
@@ -542,7 +542,7 @@ under the License.
                 <parameter param-name="custRequestId" 
from-field="custRequest.custRequestId"/>
             </link>
         </menu-item>
-        <menu-item name="NewRequestItem" title="${uiLabelMap.ProductNewItem}">
+        <menu-item name="NewRequestItem" 
title="${uiLabelMap.OrderNewRequestItem}">
             <condition>
                 <and>
                     <or>

Reply via email to