IDEMPIERE-1131 Get seed cost doesn't work for standard costing.

This commit is contained in:
Heng Sin Low 2013-07-03 16:31:19 +08:00
parent 6cf23071cc
commit 84cb0a829f
1 changed files with 2 additions and 0 deletions

View File

@ -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