IDEMPIERE-529 Search on empty table doesn't allow to close the window.

This commit is contained in:
Heng Sin Low 2013-02-05 22:57:22 +08:00
parent 3133da1aa0
commit 401b046add
1 changed files with 0 additions and 2 deletions

View File

@ -1623,8 +1623,6 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
} }
private void doOnFind() { private void doOnFind() {
adTabbox.dataIgnore();
// Gets Fields from AD_Field_v // Gets Fields from AD_Field_v
GridField[] findFields = adTabbox.getSelectedGridTab().getFields(); GridField[] findFields = adTabbox.getSelectedGridTab().getFields();
if (findWindow == null || !findWindow.validate(adTabbox.getSelectedGridTab().getWindowNo(), adTabbox.getSelectedGridTab().getName(), if (findWindow == null || !findWindow.validate(adTabbox.getSelectedGridTab().getWindowNo(), adTabbox.getSelectedGridTab().getName(),