Commit 89861b78 authored by mjadhav's avatar mjadhav

remove join of podet for duplicate record issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98340 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cdd8646c
......@@ -166,19 +166,19 @@ public class GenPurcMilestoneSch extends ValidatorEJB implements Schedule {
if(retString.indexOf("Success") > -1)
{
conn.commit();
purcSuccList.add(purcOrder);
//purcSuccList.add(purcOrder);
}
else
{
conn.rollback();
purcFailedList.add(purcOrder);
//purcFailedList.add(purcOrder);
}
}//end of for sitecodelist for invoice
System.out.println("List of success record :"+purcSuccList);
System.out.println("List of failed record :"+purcFailedList);
// System.out.println("List of success record :"+purcSuccList);
// System.out.println("List of failed record :"+purcFailedList);
}
catch(Exception e)
......
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