IDEMPIERE-3983 Matched PO posting status "Deferred" never transitions to "Posted" if no matching MR is assigned
This commit is contained in:
parent
62b0da9232
commit
5aa78bbf5e
|
@ -395,6 +395,8 @@ public class MMatchPO extends X_M_MatchPO
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
continue;
|
continue;
|
||||||
|
if (iLine == null && mpo.isPosted())
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
if ((iLine != null || mpo.getC_InvoiceLine_ID() > 0) && (sLine != null || mpo.getM_InOutLine_ID() > 0))
|
if ((iLine != null || mpo.getC_InvoiceLine_ID() > 0) && (sLine != null || mpo.getM_InOutLine_ID() > 0))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue