You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by David E Jones <jo...@undersunconsulting.com> on 2007/07/19 02:07:17 UTC

Re: svn commit: r557431 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Was this perhaps an unintended commit?

-David


sichen@apache.org wrote:
> Author: sichen
> Date: Wed Jul 18 17:05:06 2007
> New Revision: 557431
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=557431
> Log:
> 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>
> 
>