Author: sichen
Date: Tue Dec 5 12:07:58 2006
New Revision: 482752
URL:
http://svn.apache.org/viewvc?view=rev&rev=482752Log:
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>