Commit 030f5cd9 authored by smanohar's avatar smanohar

unnecssary SOP commented

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196147 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51638918
......@@ -788,7 +788,7 @@ class ADPElement implements Cloneable
}
public void setPendingDR(java.sql.Timestamp dueDate, double pendDRQty)
{
System.out.println(">>>Before set pendDRQty:"+ pendDRQty);
//System.out.println(">>>Before set pendDRQty:"+ pendDRQty);
this.pendDRQty += pendDRQty;
//updateTimeMrp(dueDate, 0,0, pendDRQty,0); //comment by sagar on 07-JUL-15
updatePendingDetails(dueDate, 0, 0, 0, pendDRQty);//change by sagar on 07-JUL-2015
......
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