Commit 87d21091 authored by mjadhav's avatar mjadhav

tran_type 'P' condition for details


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98391 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 16858743
......@@ -298,7 +298,7 @@ public class POrderMilestone extends ValidatorEJB {
{
System.out.println("insertDetMstnSch called.......");
sql = "select task_code,due_date,compl_date,LINE_NO__ORD from pur_milstn where purc_order = ? and wf_status='C'";
sql = "select task_code,due_date,compl_date,LINE_NO__ORD from pur_milstn where purc_order = ? and wf_status='C' and tran_type='P' ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,purcOrder);
rs = pstmt.executeQuery();
......
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