Commit d83ad9ed authored by abibave's avatar abibave

updated code for conditions CHKPURMILA and CHKPNLTYA


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98372 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4a711ac8
......@@ -147,11 +147,12 @@ public class PurchaseMilestoneWF
{
return "N";
}
else
{
return "Y";
}
}
else
{
return "Y";
}
System.out.println("after check sign");
rs.close();
......@@ -180,13 +181,12 @@ public class PurchaseMilestoneWF
{
return "N";
}
}
else
{
return "Y";
else
{
return "Y";
}
}
System.out.println("after check penlaty");
rs.close();
rs = null;
pstmt.close();
......
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