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:
parent
bdca4f9168
commit
d1caeaf70b
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue