Commit 670d24fd authored by vkadam's avatar vkadam

Add integer variable cntItem.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97024 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f467195
...@@ -83,7 +83,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca ...@@ -83,7 +83,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca
Connection conn = null; Connection conn = null;
PreparedStatement pstmt; PreparedStatement pstmt;
ResultSet rs=null; ResultSet rs=null;
int cnt=0; int cnt = 0, cntItem = 0;
int currentFormNo=0,miscCount=0; int currentFormNo=0,miscCount=0;
int childNodeListLength; int childNodeListLength;
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
......
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