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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
Author: jacopoc
Date: Fri Jul 21 23:58:48 2006
New Revision: 424529

URL: http://svn.apache.org/viewvc?rev=424529&view=rev
Log:
Fixed bug reported by Raphael Winckler de Bettio in Apache OFBIZ-101: product's payment type list was not filtered by productId.

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

Modified: incubator/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=424529&r1=424528&r2=424529&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Fri Jul 21 23:58:48 2006
@@ -515,6 +515,7 @@
                 <entity-one entity-name="Product" value-name="product"/>
                 
                 <entity-condition entity-name="ProductPaymentMethodType" list-name="productPaymentMethodTypes">
+                    <condition-expr field-name="productId" env-name="productId"/>
                     <order-by field-name="productPricePurposeId"/>
                     <order-by field-name="paymentMethodTypeId"/>
                     <order-by field-name="fromDate"/>