You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/07/16 13:28:06 UTC

svn commit: r677244 - /ofbiz/trunk/specialpurpose/bi/webapp/bi/WEB-INF/actions/reportbuilder/runStarSchemaQuery.bsh

Author: lektran
Date: Wed Jul 16 04:28:06 2008
New Revision: 677244

URL: http://svn.apache.org/viewvc?rev=677244&view=rev
Log:
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;