IDEMPIERE-1067 Doc Matched Inv not processed and not posted
This commit is contained in:
parent
9f298bcad5
commit
fac70fa059
|
@ -424,6 +424,7 @@ public class MMatchPO extends X_M_MatchPO
|
|||
matchInv.setM_AttributeSetInstance_ID(mpo.getM_AttributeSetInstance_ID());
|
||||
matchInv.setQty(mpo.getQty());
|
||||
matchInv.setDateTrx(dateTrx);
|
||||
matchInv.setProcessed(true);
|
||||
if (!matchInv.save())
|
||||
{
|
||||
if (savepoint != null)
|
||||
|
|
Loading…
Reference in New Issue