svn commit: r428024 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

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

svn commit: r428024 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

jacopoc
Author: jacopoc
Date: Wed Aug  2 08:25:45 2006
New Revision: 428024

URL: http://svn.apache.org/viewvc?rev=428024&view=rev
Log:
Fixed small bug in category drop down (it was messed up by a parameter set in the screen action).

Modified:
    incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

Modified: incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=428024&r1=428023&r2=428024&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Wed Aug  2 08:25:45 2006
@@ -206,7 +206,6 @@
 
                 <set field="facilityId" from-field="parameters.facilityId"/>
                 <set field="productTypeId" from-field="parameters.productTypeId"/>
-                <set field="productCategoryId" from-field="parameters.productCategoryId"/>
                 <set field="productSupplierId" from-field="parameters.productSupplierId"/>
                 <set field="offsetQty" from-field="parameters.offsetQty"/>