Author: lektran
Date: Wed Jul 16 04:28:06 2008
New Revision: 677244
URL:
http://svn.apache.org/viewvc?rev=677244&view=revLog:
Fix bug reported by BJ Freeman in the user list
Modified:
ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh
Modified: ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh?rev=677244&r1=677243&r2=677244&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh (original)
+++ ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh Wed Jul 16 04:28:06 2008
@@ -38,7 +38,7 @@
List conditionList = null;
EntityConditionList condition = null;
-List selectFields = UtilMisc.toSetArray(selectedFields);
+selectFields = UtilMisc.toSetArray(selectedFields);
List orderByFields = null;
EntityFindOptions findOptions = null;