You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2010/04/29 12:34:34 UTC

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

Author: lektran
Date: Thu Apr 29 10:34:34 2010
New Revision: 939254

URL: http://svn.apache.org/viewvc?rev=939254&view=rev
Log:
A slight improvement on r939247 (not much point in discussing it on dev), the original problem was that the fields were being un-set by not providing a value or from-field.

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=939254&r1=939253&r2=939254&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Thu Apr 29 10:34:34 2010
@@ -786,8 +786,6 @@ under the License.
                 <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
 
                 <set field="productId" from-field="parameters.productId"/>
-                <set field="parameters.minimumOrderQuantity" type="BigDecimal" from-field="parameters.minimumOrderQuantity"/>
-                <set field="parameters.availableFromDate" type="Timestamp" from-field="parameters.availableFromDate"/>
                 <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">