You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by zh...@apache.org on 2016/11/08 05:55:25 UTC

svn commit: r1768629 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml

Author: zhangwei
Date: Tue Nov  8 05:55:25 2016
New Revision: 1768629

URL: http://svn.apache.org/viewvc?rev=1768629&view=rev
Log:
Fixed: reversed key and description of Type drop-down on Bom Simulation

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml?rev=1768629&r1=1768628&r2=1768629&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml Tue Nov  8 05:55:25 2016
@@ -44,10 +44,10 @@ under the License.
         </field>
         <field name="type">
             <drop-down>
-                <option key="${uiLabelMap.ManufacturingExplosion}" description="0"/>
-                <option key="${uiLabelMap.ManufacturingExplosionSingleLevel}" description="1"/>
-                <option key="${uiLabelMap.ManufacturingExplosionManufacturing}" description="2"/>
-                <option key="${uiLabelMap.ManufacturingImplosion}" description="3"/>
+                <option key="0" description="${uiLabelMap.ManufacturingExplosion}"/>
+                <option key="1" description="${uiLabelMap.ManufacturingExplosionSingleLevel}"/>
+                <option key="2" description="${uiLabelMap.ManufacturingExplosionManufacturing}"/>
+                <option key="3" description="${uiLabelMap.ManufacturingImplosion}"/>
             </drop-down>
         </field>
         <field name="facilityId" title="${uiLabelMap.ProductFacilityId}">