BF [ 1778534 ] Info Account: can't find product

http://sourceforge.net/tracker/index.php?func=detail&aid=1778534&group_id=176962&atid=879332
This commit is contained in:
teo_sarca 2007-09-07 17:31:40 +00:00
parent bdca4f9168
commit d1caeaf70b
1 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,9 @@ import org.compiere.util.*;
*
* @author Jorg Janke
* @version $Id: AcctViewer.java,v 1.3 2006/08/10 01:00:27 jjanke Exp $
*
* @author Teo Sarca, SC ARHIPAC SERVICE SRL
* BF [ 1778534 ] Info Account: can't find product
*/
public class AcctViewer extends CFrame
implements ActionListener, ChangeListener
@ -639,7 +642,7 @@ public class AcctViewer extends CFrame
{
String keyColumn = button.getActionCommand();
log.info(keyColumn);
String whereClause = "IsSummary='N'";
String whereClause = "(IsSummary='N' OR IsSummary IS NULL)";
String lookupColumn = keyColumn;
if (keyColumn.equals("Account_ID"))
{