Commit 52cde72f authored by prane's avatar prane

changes at confirm() in DespathConfirm to setting lineNoSord in LIne NO: 818


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43924 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bdd10418
...@@ -813,7 +813,12 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm ...@@ -813,7 +813,12 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
pstmt.setDouble(2,quantity); pstmt.setDouble(2,quantity);
pstmt.setTimestamp(3,despDate); pstmt.setTimestamp(3,despDate);
pstmt.setString(4,sordNo); pstmt.setString(4,sordNo);
pstmt.setString(5,lineNo);
//changes lineNo to lineNoSord By Pavan Rane on 30/05/17 START
pstmt.setString(5, lineNoSord);
//pstmt.setString(5,lineNo);
//changes lineNo to lineNoSord By Pavan Rane on 30/05/17 END
pstmt.setString(6,expLev); pstmt.setString(6,expLev);
pstmt.executeUpdate(); pstmt.executeUpdate();
......
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