IDEMPIERE-79 Production Run failing on BOMs with more than one level

This commit is contained in:
Carlos Ruiz 2011-09-29 09:52:21 -05:00
parent ebb3dec44e
commit b00938ef26
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public class M_Production_Run extends SvrProcess {
if(component.isBOM() && !component.isStocked())
{
explosion(pp, component, bomline.getQtyBOM() , line);
explosion(pp, component, bomline.getQtyBOM().multiply(qty), line);
}
else
{