Commit 7a408fa4 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200925 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dd6c1615
......@@ -1623,6 +1623,9 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
// added by sagar on 24/07/14
//Added By PriyankaC on 16May2019.[Start]
System.out .println("Value of lotNo in Detail: "+lotNo );
if(lotNo == null && lotNo.trim().length() == 0)
{
sql = "select stk_opt, qc_reqd from item where item_code = ? ";
pstmt1 = conn.prepareStatement(sql);
pstmt1.setString(1, itemCode);
......@@ -1644,6 +1647,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmt1 = null;
rs1.close();
rs1 = null;
}
//Added By PriyankaC on 16MAY2019 [END]
lockGroup = "";
sql = "select lock_group from itemmnfr where item_code= ? ";
......
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