IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated
This commit is contained in:
parent
d0c6f4127a
commit
6e6a48e15a
|
@ -44,7 +44,7 @@ public class DocumentSearch extends AbstractDocumentSearch {
|
|||
@Override
|
||||
protected boolean openWindow(int windowId, MQuery query) {
|
||||
query.setRecordCount(1);
|
||||
SessionManager.getAppDesktop().showWindow(windowId, query);
|
||||
SessionManager.getAppDesktop().openWindow(windowId, query, null);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue