IDEMPIERE-869 Not working , the form Bank Statement Create From Batch

This commit is contained in:
Elaine Tan 2013-05-02 15:37:59 +08:00
parent e18d9ed666
commit 8a58e7fde8
1 changed files with 5 additions and 1 deletions

View File

@ -68,13 +68,17 @@ public class WStatementCreateFromBatch extends StatementCreateFromBatch implemen
public WStatementCreateFromBatch()
{
form = new WCreateFromForm(this);
p_WindowNo = form.getWindowNo();
}
public void initForm()
{
try
{
if (form.getGridTab() != null)
p_WindowNo = form.getGridTab().getWindowNo();
else
p_WindowNo = form.getWindowNo();
if (!dynInit())
return;
zkInit();