Author: sichen
Date: Wed Jul 18 17:05:06 2007
New Revision: 557431
URL:
http://svn.apache.org/viewvc?view=rev&rev=557431Log:
Default create supplier product to main supplier
Modified:
ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=557431&r1=557430&r2=557431==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Wed Jul 18 17:05:06 2007
@@ -565,7 +565,7 @@
<display-entity entity-name="Uom" key-field-name="uomId"/>
</field>
<field name="supplierPrefOrderId">
- <drop-down allow-empty="true">
+ <drop-down allow-empty="true" no-current-selected-key="10_MAIN_SUPPL">
<entity-options entity-name="SupplierPrefOrder" key-field-name="supplierPrefOrderId" description="${description}">
<entity-order-by field-name="supplierPrefOrderId"/>
</entity-options>