[ 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;
|
gridTab = mgridTab;
|
||||||
DocStatus = (String)gridTab.getValue("DocStatus");
|
DocStatus = (String)gridTab.getValue("DocStatus");
|
||||||
DocAction = (String)gridTab.getValue("DocAction");
|
DocAction = (String)gridTab.getValue("DocAction");
|
||||||
if(DocAction.equals("--"))
|
|
||||||
return;
|
|
||||||
|
|
||||||
m_AD_Table_ID = Env.getContextAsInt(Env.getCtx(), gridTab.getWindowNo(), "BaseTable_ID");
|
m_AD_Table_ID = Env.getContextAsInt(Env.getCtx(), gridTab.getWindowNo(), "BaseTable_ID");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue