Author: ashish
Date: Fri Jun 24 13:56:07 2016
New Revision: 1750103

URL: http://svn.apache.org/viewvc?rev=1750103&view=rev
Log:
Applied patch from trunk r1750100.
=====================================================
Applied patch from jira issue OFBIZ-7516 - Missing UI Label at Production Run 
Assoc screen.
Thanks Pritam for creating the issue and providing the patch for the same. 
Thanks Deepak for your comment.

Modified:
    
ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/JobshopScreens.xml

Modified: 
ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=1750103&r1=1750102&r2=1750103&view=diff
==============================================================================
--- 
ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
 (original)
+++ 
ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
 Fri Jun 24 13:56:07 2016
@@ -327,10 +327,10 @@ under the License.
             <widgets>
                 <decorator-screen name="CommonJobshopDecorator" 
location="${parameters.commonJobshopDecorator}">
                     <decorator-section name="body">
-                        <screenlet 
title="${uiLabelMap.ManufacturingMandatoryWorkEfforts}">
+                        <screenlet 
title="${uiLabelMap.ManufacturingPrecedingProductionRun}">
                             <include-form name="mandatoryWorkEfforts" 
location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
                         </screenlet>
-                        <screenlet 
title="${uiLabelMap.ManufacturingDependentWorkEfforts}">
+                        <screenlet 
title="${uiLabelMap.ManufacturingSucceedingProductionRun}">
                             <include-form name="dependentWorkEfforts" 
location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
                         </screenlet>
                     </decorator-section>


Reply via email to