Commit 5400875e authored by cpatil's avatar cpatil

set missing parameter cust_code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101090 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18abf0db
......@@ -367,7 +367,7 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
+" where cust_code = ? ";
pstmt1 = conn.prepareStatement(sql1);
pstmt1.setString(1, custCode);
rs1 = pstmt1.executeQuery();
while(rs1.next())
{
......
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