IDEMPIERE-79 Production Run failing on BOMs with more than one level
This commit is contained in:
parent
ebb3dec44e
commit
b00938ef26
|
@ -233,7 +233,7 @@ public class M_Production_Run extends SvrProcess {
|
||||||
|
|
||||||
if(component.isBOM() && !component.isStocked())
|
if(component.isBOM() && !component.isStocked())
|
||||||
{
|
{
|
||||||
explosion(pp, component, bomline.getQtyBOM() , line);
|
explosion(pp, component, bomline.getQtyBOM().multiply(qty), line);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue