Make To Kit functionality update Qty of MO
http://sourceforge.net/tracker2/?func=detail&aid=2553930&group_id=176962&atid=879335
This commit is contained in:
parent
79662c2957
commit
c129a03301
|
@ -475,11 +475,8 @@ public class MPPMRP extends X_PP_MRP
|
|||
}
|
||||
if(order.getQtyEntered().compareTo(ol.getQtyEntered()) != 0)
|
||||
{
|
||||
if(order.getQtyEntered().signum() != 0)
|
||||
{
|
||||
order.setQty(ol.getQtyEntered());
|
||||
order.saveEx();
|
||||
}
|
||||
}
|
||||
if(order.getDatePromised().compareTo(ol.getDatePromised()) != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue