IDEMPIERE-681 Lost selected field in order field in the report wizard / Tab : Sort Criteria in the Order By side

This commit is contained in:
Richard Morales 2013-03-12 13:08:05 -05:00
parent 0c25244464
commit 524dba9ecc
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ public class WRC3SortCriteriaPanel extends WRCTabPanel implements EventListener
ListElement pp = (ListElement)yesModel.getElementAt(i);
yesList.addItem(new KeyNamePair(pp.m_key, pp.getName()));
}
yesList.setSelectedIndices(indices);
wc.setIsChanged(true);
if ( yesList.getSelectedItem() != null)
{