From 678e6ee604990b67e0f1cf64e919e11aca152ce3 Mon Sep 17 00:00:00 2001 From: kthiemann Date: Thu, 24 Sep 2009 10:10:17 +0000 Subject: [PATCH] BF(2859026) - AcctWindow will close on logout now (added to WindowManager) https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332 --- client/src/org/compiere/acct/AcctViewer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/org/compiere/acct/AcctViewer.java b/client/src/org/compiere/acct/AcctViewer.java index 9104f67059..2fe4c85488 100644 --- a/client/src/org/compiere/acct/AcctViewer.java +++ b/client/src/org/compiere/acct/AcctViewer.java @@ -104,6 +104,7 @@ public class AcctViewer extends CFrame setDefaultCloseOperation(DISPOSE_ON_CLOSE); m_data = new AcctViewerData (Env.getCtx(), Env.createWindowNo(this), AD_Client_ID, AD_Table_ID); + AEnv.addToWindowManager(this); // try {