Commit 0eb97870 authored by msalla's avatar msalla

bank receipt

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