Author: jacopoc
Date: Fri Jul 21 23:58:48 2006
New Revision: 424529
URL:
http://svn.apache.org/viewvc?rev=424529&view=revLog:
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"/>