IDEMPIERE-5285 : Add ProcessParameterPanel.getWindowNo() (#1318)
This commit is contained in:
parent
4563023ff7
commit
d144bef286
|
@ -92,7 +92,7 @@ public class ProcessParameterPanel extends Panel implements
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2388338147222636369L;
|
||||
private static final long serialVersionUID = -6099317911368929787L;
|
||||
|
||||
/**
|
||||
* Dynamic generated Parameter panel.
|
||||
|
@ -1082,4 +1082,8 @@ public class ProcessParameterPanel extends Panel implements
|
|||
|
||||
}
|
||||
|
||||
public int getWindowNo() {
|
||||
return m_WindowNo;
|
||||
}
|
||||
|
||||
} // ProcessParameterPanel
|
||||
|
|
Loading…
Reference in New Issue