Commit ad60b000 authored by kmandhre's avatar kmandhre

bug fix at line 2831


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93005 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 63dbdfb6
......@@ -2828,7 +2828,8 @@ public class StockUpdate
updateStockMap.put("exp_date", expDate);
}
//if isnull(s_updatestock.retest_date) then s_updatestock.retest_date = mretest_date
System.out.println("@@@@ updateStockMap.get(retest_date) ["+updateStockMap.get("retest_date").toString()+"]"); // added by cpatil on 05-03-13
// System.out.println("@@@@ updateStockMap.get(retest_date) ["+updateStockMap.get("retest_date").toString()+"]"); // added by cpatil on 05-03-13
//change done by kunal on 30/04/13 comment SOP bug fixing
if( updateStockMap.get("retest_date")!= null && updateStockMap.get("retest_date").toString() != "01/01/1990" )
{
sql2 = " select available from invstat where inv_stat = ( select inv_stat from location where loc_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