You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/12/05 21:08:00 UTC

svn commit: r482752 - /incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml

Author: sichen
Date: Tue Dec  5 12:07:58 2006
New Revision: 482752

URL: http://svn.apache.org/viewvc?view=rev&rev=482752
Log:
default BOM simulation to manufacturing BOMs, which is what is used for actual productino

Modified:
    incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml

Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml?view=diff&rev=482752&r1=482751&r2=482752
==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml Tue Dec  5 12:07:58 2006
@@ -26,7 +26,7 @@
             <lookup target-form-name="LookupProduct"/>
         </field>
         <field name="bomType" title="${uiLabelMap.ManufacturingBomType}" widget-style="selectBox">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="false" no-current-selected-key="MANUF_COMPONENT">
                 <entity-options entity-name="ProductAssocType" key-field-name="productAssocTypeId" description="${description}">
                     <entity-constraint name="parentTypeId" value="PRODUCT_COMPONENT"/>
                 </entity-options>