Multiselect of Products in WebUI

- the feature is break by a typo in revision 11906

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2984662
This commit is contained in:
Heng Sin Low 2010-04-28 02:23:33 +00:00
parent 52c87a037e
commit 3e4ebac11c
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public abstract class InfoPanel extends Window implements EventListener, WTableM
String orderBy)
{
String sql =contentPanel.prepareTable(layout, from,
where,p_multipleSelection && !m_lookup,
where,p_multipleSelection && m_lookup,
getTableName(),false);
p_layout = contentPanel.getLayout();
m_sqlMain = sql;