From 8bafb172a216300dbc513b2be45b13d738ca803f Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Wed, 15 Apr 2009 22:19:31 +0000 Subject: [PATCH] We have found several a lot of Unknown Type: MCostDetail messages in our production server http://sourceforge.net/tracker/?func=detail&aid=2708141&group_id=176962&atid=934929 Include the Cost Collector ID to do show warning. Hi Teo I think that standard cost should not adjust , What do you think is necessary adjust the standard cost then you processed the cost? kind regards Victor Perez www.e-evolution.com --- base/src/org/compiere/model/MCostDetail.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/src/org/compiere/model/MCostDetail.java b/base/src/org/compiere/model/MCostDetail.java index a77478269f..ec085fa825 100644 --- a/base/src/org/compiere/model/MCostDetail.java +++ b/base/src/org/compiere/model/MCostDetail.java @@ -1004,7 +1004,8 @@ public class MCostDetail extends X_M_CostDetail || getM_MovementLine_ID() != 0 || getM_InventoryLine_ID() != 0 || getM_ProductionLine_ID() != 0 - || getC_ProjectIssue_ID() != 0) + || getC_ProjectIssue_ID() != 0 + || getPP_Cost_Collector_ID() != 0) { boolean addition = qty.signum() > 0; //