Commit f58704bf authored by kgharal's avatar kgharal

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91703 ce508802-f39f-4f6c-b175-0d175dae99d5
parent df6ba48e
......@@ -1512,7 +1512,7 @@ implements ReceiptAdvLocal, ReceiptAdvRemote
}
else if ((siteSpec != null) && (!siteSpec.equals("Y")))
{
sql = "C = ? and acct_code = ?";
sql = "select count(*) from site_account where site_code = ? and acct_code = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, sitecode);
......
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