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:
parent
52c87a037e
commit
3e4ebac11c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue