[ 2503768 ] DocAction popup not consistent with swing client behaviour
This commit is contained in:
parent
0afbe9d9f5
commit
2f9e8fac78
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue