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
|
@Override
|
||||||
protected boolean openWindow(int windowId, MQuery query) {
|
protected boolean openWindow(int windowId, MQuery query) {
|
||||||
query.setRecordCount(1);
|
query.setRecordCount(1);
|
||||||
SessionManager.getAppDesktop().showWindow(windowId, query);
|
SessionManager.getAppDesktop().openWindow(windowId, query, null);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue