Commit 86f7c21f authored by msalla's avatar msalla

bank receipt

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204919 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0eb97870
...@@ -720,7 +720,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo ...@@ -720,7 +720,7 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
rs1= pstmt1.executeQuery(); rs1= pstmt1.executeQuery();
if(rs1.next()) if(rs1.next())
{ {
ADetMap.put("sundry_code",rs.getString("cust_code")); ADetMap.put("sundry_code",rs1.getString("cust_code"));
} }
rs1.close(); rs1.close();
rs1 = null; rs1 = 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