You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/11/24 11:23:44 UTC

svn commit: r883646 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Author: ashish
Date: Tue Nov 24 10:23:42 2009
New Revision: 883646

URL: http://svn.apache.org/viewvc?rev=883646&view=rev
Log:
Applied patch from jira issue OFBIZ-3252 - Add Supplier for Product, it is showing warning on the console.

-- When we are going to associate supplier for any product from catalog, it is showing warning on console.

Thanks Arpit for the contribution.

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=883646&r1=883645&r2=883646&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Tue Nov 24 10:23:42 2009
@@ -786,8 +786,8 @@
                 <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
 
                 <set field="productId" from-field="parameters.productId"/>
-                <set field="minimumOrderQuantity" from-field="parameters.minimumOrderQuantity" type="BigDecimal"/>
-
+                <set field="parameters.minimumOrderQuantity" type="BigDecimal"/>
+                <set field="parameters.availableFromDate" type="Timestamp"/>
                 <set field="orderBy" from-field="parameters.orderBy" default-value="partyId"/>
                 <entity-one entity-name="Product" value-field="product"/>
                 <entity-and entity-name="SupplierProduct" list="productSuppliers">