Commit dd1f9a68 authored by ngadkari's avatar ngadkari

Changes in generateDocKey() method and changes in lot_no itemChange if...

Changes in generateDocKey() method and changes in lot_no itemChange if invoiceID is not null condition.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190809 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0e66d5f1
......@@ -33,6 +33,8 @@ import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.ejb.Stateless; // added for ejb3
import ibase.webitm.ejb.ITMDBAccessEJB;
import org.apache.poi.util.SystemOutLogger;
import org.w3c.dom.CDATASection;
import java.text.*;
......@@ -3366,7 +3368,8 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
// dokkeyList = new ArrayList<String>();
dokkeyList = generateDocKey(dom1, dom, invoiceId, conn);
int size = dokkeyList.size();
for(int i=0;i<=size-1;i++)
System.out.println("dokkk key size: " +size);
for(int i=size-1;i>=0;i--)
{
minRateDocKey = dokkeyList.get(i);
if(lineNo > 1)
......
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