Commit 276942ec authored by dsawant's avatar dsawant

updated for avaliable_yn


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96472 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3a4f7672
...@@ -644,7 +644,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss ...@@ -644,7 +644,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if(rs.next()) if(rs.next())
{ {
avalyn = rs.getString("AVAILABLE_YN")==null?"":rs.getString("AVAILABLE_YN").trim(); avalyn = rs.getString("avaliable_yn")==null?"":rs.getString("avaliable_yn").trim();
} }
pstmt.close(); pstmt.close();
rs.close(); rs.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment