Author: ashish
Date: Fri Jun 24 13:56:19 2016
New Revision: 1750104
URL:
http://svn.apache.org/viewvc?rev=1750104&view=revLog:
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/release13.07/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
Modified: ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=1750104&r1=1750103&r2=1750104&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Fri Jun 24 13:56:19 2016
@@ -328,10 +328,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>