Fix [ 1831607 ] Bug in AZoomAcross
This commit is contained in:
parent
45628d8a36
commit
1cffd44264
|
@ -165,7 +165,7 @@ public class AZoomAcross implements ActionListener
|
||||||
sqlAdd = " AND IsSOTrx=" + (isSO.booleanValue() ? "'Y'" : "'N'");
|
sqlAdd = " AND IsSOTrx=" + (isSO.booleanValue() ? "'Y'" : "'N'");
|
||||||
int count = DB.getSQLValue(null, sql+sqlAdd);
|
int count = DB.getSQLValue(null, sql+sqlAdd);
|
||||||
if (count < 0 && isSO != null) // error try again w/o SO
|
if (count < 0 && isSO != null) // error try again w/o SO
|
||||||
DB.getSQLValue(null, sql);
|
count = DB.getSQLValue(null, sql);
|
||||||
if (count <= 0)
|
if (count <= 0)
|
||||||
return false;
|
return false;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue