IDEMPIERE-3187 Matching PO-Receipt-Invoice doesn't displaying the Vendor Return-Document
This commit is contained in:
parent
6cea6a7b8c
commit
fd178e9485
|
@ -289,7 +289,7 @@ public class Match
|
|||
|
||||
m_sql = new StringBuffer ();
|
||||
int Line_ID = 0;
|
||||
if (lineMatched != null )
|
||||
if (matched && lineMatched != null )
|
||||
{
|
||||
Line_ID = lineMatched.getKey();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue