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:
parent
6da2db4d8c
commit
3bd5a42659
|
@ -326,6 +326,7 @@ public class MCostElement extends X_M_CostElement
|
|||
}
|
||||
|
||||
// Maintain Calclated
|
||||
/*
|
||||
if (COSTELEMENTTYPE_Material.equals(getCostElementType()))
|
||||
{
|
||||
String cm = getCostingMethod();
|
||||
|
@ -341,7 +342,7 @@ public class MCostElement extends X_M_CostElement
|
|||
setIsCalculated(false);
|
||||
if (getCostingMethod() != null)
|
||||
setCostingMethod(null);
|
||||
}
|
||||
}*/
|
||||
|
||||
if (getAD_Org_ID() != 0)
|
||||
setAD_Org_ID(0);
|
||||
|
|
Loading…
Reference in New Issue