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"/>
 


Reply via email to