IDEMPIERE-579 Zk: Location and locator editor broken.

This commit is contained in:
Heng Sin Low 2013-01-22 10:45:34 +08:00
parent 1cc2094b3a
commit bac9f3e32b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public final class LayoutUtils {
.append("');");
window.doPopup();
Clients.response("_openPopupWindow_", new AuScript(window, script.toString()));
window.focus();
}
/**