svn commit: r592666 - in /ofbiz/trunk/applications/manufacturing: config/ManufacturingUiLabels.properties webapp/manufacturing/jobshopmgt/ProductionRunForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r592666 - in /ofbiz/trunk/applications/manufacturing: config/ManufacturingUiLabels.properties webapp/manufacturing/jobshopmgt/ProductionRunForms.xml

lektran
Author: lektran
Date: Wed Nov  7 01:26:05 2007
New Revision: 592666

URL: http://svn.apache.org/viewvc?rev=592666&view=rev
Log:
Couple of uiLabel fixes

Modified:
    ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml

Modified: ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties?rev=592666&r1=592665&r2=592666&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties (original)
+++ ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties Wed Nov  7 01:26:05 2007
@@ -207,6 +207,7 @@
 ManufacturingStartDate=Start Date
 ManufacturingStartTime=Start Time
 ManufacturingSummarizedPartBreakdown=Summarized Breakdown
+ManufacturingTaskComponents=Task Components
 ManufacturingTaskEstimatedMilliSeconds=Estimated Unit Run Time
 ManufacturingTaskEstimatedTotalMilliSeconds=Estimated Total Run Time
 ManufacturingTaskEstimatedSetupMillis=Estimated Setup Time

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml?rev=592666&r1=592665&r2=592666&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml Wed Nov  7 01:26:05 2007
@@ -618,7 +618,7 @@
     <form name="AddProductionRunComponent" type="single" target="addProductionRunComponent" title="">
         <auto-fields-service service-name="addProductionRunComponent"/>
         <field name="productionRunId"><hidden/></field>
-        <field name="workEffortId" title="${uiLabelMap.ManufacturingTask}">
+        <field name="workEffortId" title="${uiLabelMap.ManufacturingRoutingTask}">
             <drop-down allow-empty="false">
                 <entity-options entity-name="WorkEffort" description="${workEffortName} [${workEffortId}]">
                     <entity-constraint name="workEffortParentId" env-name="productionRunId"/>