Commit 1afbb3f7 authored by asikarwar's avatar asikarwar

fix item change issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93385 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 07df82e7
...@@ -2211,7 +2211,15 @@ public class ReceiptAdv extends ValidatorEJB implements ReceiptAdvLocal, Receipt ...@@ -2211,7 +2211,15 @@ public class ReceiptAdv extends ValidatorEJB implements ReceiptAdvLocal, Receipt
{ {
finentDescr = rs.getString(1); finentDescr = rs.getString(1);
} }
bankCode = bankCode.trim();
rs.close();
rs = null;
pstmt.close();
pstmt = null;
//bankCode = bankCode.trim();
sql = " select bank_name, acct_code__bal, cctr_code__bal, acct_code__cf, cctr_code__cf,acct_code__cf_ar, cctr_code__cf_ar from bank where bank_code = ?"; sql = " select bank_name, acct_code__bal, cctr_code__bal, acct_code__cf, cctr_code__cf,acct_code__cf_ar, cctr_code__cf_ar from bank where bank_code = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
......
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