IDEMPIERE-5285 : Add ProcessParameterPanel.getWindowNo() (#1318)

This commit is contained in:
Nicolas Micoud 2022-05-07 13:49:53 +02:00 committed by GitHub
parent 4563023ff7
commit d144bef286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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