Commit ff18e455 authored by sshinde's avatar sshinde

Change logic for expiry date and lot no in auto backflush


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93636 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fec0ee87
......@@ -4361,8 +4361,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
//pstmtRbHdr.setString(19, lotNo.get(lnoPoRcpDetInInt)); // replaced by swati
sql="select lot_no__passign,exp_date__passign FROM porddet where purc_order = ? and line_no = ? ";
sql="select lot_no__passign,exp_date__passign FROM porddet where purc_order = ? and trim(line_no) = ? ";
pstmt1=conn.prepareStatement(sql);
pstmt1.setString(1,purcOrderTemp);
pstmt1.setString(2,lnoOrdTemp);
......
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