IDEMPIERE-212 Costing: MatchPO required for Average PO and Last PO Costing method

- adapted from http://sistematika.web.id/2008/10/10/accounting-generated-for-adempiere-material-receipt-activity/
This commit is contained in:
Heng Sin Low 2012-03-26 15:07:02 +08:00
parent 69fc191cc7
commit be6b85f531
1 changed files with 3 additions and 1 deletions

View File

@ -419,7 +419,9 @@ public class Doc_InOut extends Doc
}
else
{
costs = line.getProductCosts(as, line.getAD_Org_ID(), false); // current costs
p_Error = "Resubmit - No Costs for " + product.getName();
log.log(Level.WARNING, p_Error);
return null;
}
//
}