Commit d904c10b authored by psali's avatar psali

acct_code change to acct_code__reco , invalid column name Issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104905 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b175c0c8
...@@ -750,8 +750,8 @@ conn = getConnection(); ...@@ -750,8 +750,8 @@ conn = getConnection();
while(rs.next()) while(rs.next())
{ {
lineNoReco = rs.getString("line_no"); lineNoReco = rs.getString("line_no");
acctCodeReco = rs.getString("acct_code"); acctCodeReco = rs.getString("acct_code__reco");
cctrCodeReco = rs.getString("cctr_code"); cctrCodeReco = rs.getString("cctr_code__reco");
recoAmt = rs.getDouble("recoAmount"); recoAmt = rs.getDouble("recoAmount");
if(acctCodeReco == null || acctCodeReco.trim().length() == 0 ) if(acctCodeReco == null || acctCodeReco.trim().length() == 0 )
......
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