IDEMPIERE-869 Not working , the form Bank Statement Create From Batch
This commit is contained in:
parent
e18d9ed666
commit
8a58e7fde8
|
@ -68,13 +68,17 @@ public class WStatementCreateFromBatch extends StatementCreateFromBatch implemen
|
||||||
public WStatementCreateFromBatch()
|
public WStatementCreateFromBatch()
|
||||||
{
|
{
|
||||||
form = new WCreateFromForm(this);
|
form = new WCreateFromForm(this);
|
||||||
p_WindowNo = form.getWindowNo();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void initForm()
|
public void initForm()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (form.getGridTab() != null)
|
||||||
|
p_WindowNo = form.getGridTab().getWindowNo();
|
||||||
|
else
|
||||||
|
p_WindowNo = form.getWindowNo();
|
||||||
|
|
||||||
if (!dynInit())
|
if (!dynInit())
|
||||||
return;
|
return;
|
||||||
zkInit();
|
zkInit();
|
||||||
|
|
Loading…
Reference in New Issue