IDEMPIERE-681 Lost selected field in order field in the report wizard

This commit is contained in:
Richard Morales 2013-03-11 20:36:20 -05:00
parent 7626490d6c
commit 8975bb9ca9
1 changed files with 1 additions and 1 deletions

View File

@ -281,8 +281,8 @@ public class WRC2FieldOrderPanel extends WRCTabPanel implements EventListener<Ev
} // down
if (change) {
sortList.setSelectedIndices(indices);
refresh();
sortList.setSelectedIndices(indices);
wc.setIsChanged(true);
if ( sortList.getSelectedItem() != null)
{