Commit 391fb3a4 authored by vdhoble's avatar vdhoble

changes for line_no - D15CSUN014


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98228 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a677a484
......@@ -137,8 +137,10 @@ public class POrderMilestone extends ValidatorEJB {
pstmt2.close();
pstmt2=null;
lineNo = lineNo ++;
System.out.println("Line NO :::initial value:::"+lineNo);
lineNo = lineNo+1;
System.out.println("Line NO ::plus one::::::::"+(lineNo + 1));
System.out.println("Inserting into detail table for Task Codes in Header Tables which are pending");
......
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