Fix [ 1831607 ] Bug in AZoomAcross

This commit is contained in:
Carlos Ruiz 2007-11-14 07:33:06 +00:00
parent 45628d8a36
commit 1cffd44264
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class AZoomAcross implements ActionListener
sqlAdd = " AND IsSOTrx=" + (isSO.booleanValue() ? "'Y'" : "'N'");
int count = DB.getSQLValue(null, sql+sqlAdd);
if (count < 0 && isSO != null) // error try again w/o SO
DB.getSQLValue(null, sql);
count = DB.getSQLValue(null, sql);
if (count <= 0)
return false;
//