Author: ashish
Date: Fri Jun 24 13:54:11 2016
New Revision: 1750100
URL:
http://svn.apache.org/viewvc?rev=1750100&view=revLog:
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/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=1750100&r1=1750099&r2=1750100&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Fri Jun 24 13:54:11 2016
@@ -343,10 +343,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>