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

This commit is contained in:
Richard Morales 2013-04-20 11:45:26 -05:00
parent a256e400f5
commit 268acba0f6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class WStatementCreateFromBatch extends StatementCreateFromBatch implemen
public WStatementCreateFromBatch()
{
form = new WCreateFromForm(this);
p_WindowNo = form.getGridTab().getWindowNo();
p_WindowNo = form.getWindowNo();
}
public void initForm()