IDEMPIERE-1131 Get seed cost doesn't work for standard costing.
This commit is contained in:
parent
6cf23071cc
commit
84cb0a829f
|
@ -290,6 +290,8 @@ public class MCost extends X_M_Cost
|
|||
if (retValue == null || retValue.signum() == 0)
|
||||
retValue = getLastPOPrice(product, M_ASI_ID, Org_ID, as.getC_Currency_ID());
|
||||
}
|
||||
else if (MCostElement.COSTINGMETHOD_StandardCosting.equals(costingMethod))
|
||||
;
|
||||
else if (MCostElement.COSTINGMETHOD_UserDefined.equals(costingMethod))
|
||||
;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue