Commit 68ee6642 authored by manohar's avatar manohar

due date calculated considering led time


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91230 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e6bd39a
......@@ -128,7 +128,7 @@ public class ExplodeBom
leadTime = mfgLeadTime + qcLeadTime;
iLeadTime = (int)leadTime;
//System.out.println("Due Date Before.........."+dueDate) ;
//dueDate = utilMethods.RelativeDate(dueDate, iLeadTime * -1); // 10/12/07 manoharan
dueDate = utilMethods.RelativeDate(dueDate, iLeadTime * -1); // 10/12/07 manoharan
//System.out.println("Due Date After..........."+dueDate) ;
SimpleDateFormat simpleDateFormat = new SimpleDateFormat(genericUtility.getDBDateFormat());
sDueDate = simpleDateFormat.format(dueDate);
......
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