[ 2503768 ] DocAction popup not consistent with swing client behaviour

This commit is contained in:
Heng Sin Low 2009-01-13 07:51:22 +00:00
parent 0afbe9d9f5
commit 2f9e8fac78
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ public class WDocActionPanel extends Window implements EventListener
gridTab = mgridTab;
DocStatus = (String)gridTab.getValue("DocStatus");
DocAction = (String)gridTab.getValue("DocAction");
if(DocAction.equals("--"))
return;
m_AD_Table_ID = Env.getContextAsInt(Env.getCtx(), gridTab.getWindowNo(), "BaseTable_ID");