IDEMPIERE-1067 Doc Matched Inv not processed and not posted

This commit is contained in:
Juliana Corredor 2013-06-19 08:08:43 -05:00
parent 9f298bcad5
commit fac70fa059
1 changed files with 1 additions and 0 deletions

View File

@ -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)