Remove Validation set Costing Method only for Material Cost

http://sourceforge.net/tracker2/?func=detail&aid=2492466&group_id=176962&atid=879335
This commit is contained in:
vpj-cd 2009-01-07 23:39:31 +00:00
parent 6da2db4d8c
commit 3bd5a42659
1 changed files with 2 additions and 1 deletions

View File

@ -326,6 +326,7 @@ public class MCostElement extends X_M_CostElement
} }
// Maintain Calclated // Maintain Calclated
/*
if (COSTELEMENTTYPE_Material.equals(getCostElementType())) if (COSTELEMENTTYPE_Material.equals(getCostElementType()))
{ {
String cm = getCostingMethod(); String cm = getCostingMethod();
@ -341,7 +342,7 @@ public class MCostElement extends X_M_CostElement
setIsCalculated(false); setIsCalculated(false);
if (getCostingMethod() != null) if (getCostingMethod() != null)
setCostingMethod(null); setCostingMethod(null);
} }*/
if (getAD_Org_ID() != 0) if (getAD_Org_ID() != 0)
setAD_Org_ID(0); setAD_Org_ID(0);