IDEMPIERE-3187 Matching PO-Receipt-Invoice doesn't displaying the Vendor Return-Document

This commit is contained in:
Heng Sin Low 2016-09-23 17:47:05 +08:00
parent 6cea6a7b8c
commit fd178e9485
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}