Commit f2e8e5ed authored by agaikwad's avatar agaikwad

Request_id-W16ASUN022. Added two extra column in apr_loc_udf_inputs disparam Value.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101498 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2a4352f1
......@@ -3304,7 +3304,7 @@ public class StockTransferConf extends ActionHandlerEJB implements StockTransfer
+" where item_code = ? and site_code = ? " ;
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemCode);
pstmt.setString(2, site);
pstmt.setString(2, siteCode);
rs = pstmt.executeQuery();
if(rs.next())
{
......@@ -3360,8 +3360,8 @@ public class StockTransferConf extends ActionHandlerEJB implements StockTransfer
}
if(arrStr[i].equals("SITE_CODE"))
{
lotNoIssueOut1=site;
System.out.println("Orignal Value of Site Code is"+site);
lotNoIssueOut1=siteCode;
System.out.println("Orignal Value of Site Code is"+siteCode);
System.out.println("Value of Site Code is"+lotNoIssueOut1);
}
if(arrStr[i].equals("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