IDEMPIERE-4592 Bank Statement Loader zoom in the Load Bank Statement process throws an exception when the field is empty (#1401)
IDEMPIERE-4592 #resolve
This commit is contained in:
parent
dc67ae816d
commit
9538739544
|
@ -364,8 +364,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
|||
/**
|
||||
* Window Tabs
|
||||
*/
|
||||
if (query != null && query.getZoomTableName() != null && query.getZoomColumnName() != null
|
||||
&& query.getZoomValue() instanceof Integer && (Integer)query.getZoomValue() > 0)
|
||||
if (query != null && query.getZoomTableName() != null && query.getZoomColumnName() != null)
|
||||
{
|
||||
if (!query.getZoomTableName().equalsIgnoreCase(gridWindow.getTab(0).getTableName()))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue