Commit 40fffafb authored by agaikwad's avatar agaikwad

set as cnt in sql(validation curr_code)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105177 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6ff4332a
......@@ -747,7 +747,7 @@ implements CustomerLocal, CustomerRemote
rs = pstmt.executeQuery();
if (rs.next())
{
cnt1 = rs.getInt("ll_count");
cnt1 = rs.getInt("cnt");
}
rs.close();
rs = null;
......
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