diff --git a/base/src/org/eevolution/process/RollupWorkflow.java b/base/src/org/eevolution/process/RollupWorkflow.java
index 8c328559c6..5bf046be80 100644
--- a/base/src/org/eevolution/process/RollupWorkflow.java
+++ b/base/src/org/eevolution/process/RollupWorkflow.java
@@ -12,6 +12,7 @@
* For the text or an alternative of this public license, you may reach us *
* Copyright (C) 2003-2007 e-Evolution,SC. All Rights Reserved. *
* Contributor(s): Victor Perez www.e-evolution.com *
+ * Bogdan Ioan, www.arhipac.ro *
*****************************************************************************/
package org.eevolution.process;
@@ -40,6 +41,9 @@ import org.eevolution.model.MPPProductPlanning;
* This process calculate the Labor, Overhead, Burden Cost
* @author Victor Perez, e-Evolution, S.C.
* @version $Id: RollupWorkflow.java,v 1.1 2004/06/22 05:24:03 vpj-cd Exp $
+ *
+ * @author Bogdan Ioan, www.arhipac.ro
+ *
BF [ 2093001 ] Error in Cost Workflow & Process Details
*/
public class RollupWorkflow extends SvrProcess
{
@@ -89,16 +93,17 @@ public class RollupWorkflow extends SvrProcess
*/
protected String doIt() throws Exception
{
- StringBuffer whereClause = new StringBuffer("AD_Client_ID=? AND ProductType='"+MProduct.PRODUCTTYPE_Item+"'");
-
List