Commit aa14a8df authored by cpatil's avatar cpatil

commit update code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92321 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d294432e
...@@ -929,7 +929,7 @@ public class StockUpdate ...@@ -929,7 +929,7 @@ public class StockUpdate
} }
else if(this.tranType.equalsIgnoreCase("R")) else if(this.tranType.equalsIgnoreCase("R"))
{ {
errString = updateLotInfo( updateStockMap , conn); // added by cpatil calling function errString = updateLotInfo( updateStockMap , conn); // added by cpatil calling function
if( errString != null && errString.trim().length() > 0) if( errString != null && errString.trim().length() > 0)
{ {
...@@ -2920,7 +2920,7 @@ public class StockUpdate ...@@ -2920,7 +2920,7 @@ public class StockUpdate
System.out.println("shelfLifeType["+updateStockMap.get("shelf_life_type")+"]"); System.out.println("shelfLifeType["+updateStockMap.get("shelf_life_type")+"]");
System.out.println("shelfLife__Type["+updateStockMap.get("shelf_life_type")+"]"); System.out.println("shelfLife__Type["+updateStockMap.get("shelf_life_type")+"]");
System.out.println("shelfLifeType value ["+shelfLifeType+"]"); System.out.println("shelfLifeType value ["+shelfLifeType+"]");
/*
sql = " update stock set " + sql = " update stock set " +
" mfg_date = ?,potency_perc = ?,exp_date = ?,retest_date = ?,lot_no = ?,grade = ?,pack_code = ?," + " mfg_date = ?,potency_perc = ?,exp_date = ?,retest_date = ?,lot_no = ?,grade = ?,pack_code = ?," +
" site_code__mfg = ?,rate = ?,acct_code__inv = ?," + " site_code__mfg = ?,rate = ?,acct_code__inv = ?," +
...@@ -2988,7 +2988,8 @@ public class StockUpdate ...@@ -2988,7 +2988,8 @@ public class StockUpdate
errString = itmDBAccessEJB.getErrorString("",errString,"","",conn); errString = itmDBAccessEJB.getErrorString("",errString,"","",conn);
return errString; return errString;
} }
} */
}
} }
else else
{ {
......
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