Commit 18abf0db authored by msingh's avatar msingh

Changed by Manish on 04/04/16 for DespatchConfirm.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101088 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9cfe3b79
...@@ -445,8 +445,8 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm ...@@ -445,8 +445,8 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
expLev = checkNull(rs3.getString("exp_lev")); expLev = checkNull(rs3.getString("exp_lev"));
itemCodeOrd = checkNull(rs3.getString("item_code__ord")); itemCodeOrd = checkNull(rs3.getString("item_code__ord"));
itemCode = checkNull(rs3.getString("item_code")); itemCode = checkNull(rs3.getString("item_code"));
lotNo = checkNull(rs3.getString("lot_no")); lotNo = rs3.getString("lot_no");
lotSl = checkNull(rs3.getString("lot_sl")); lotSl = rs3.getString("lot_sl");
locCode = checkNull(rs3.getString("loc_code")); locCode = checkNull(rs3.getString("loc_code"));
unitStd = checkNull(rs3.getString("unit__std")); unitStd = checkNull(rs3.getString("unit__std"));
quantityStduom = rs3.getDouble("quantity__stduom"); quantityStduom = rs3.getDouble("quantity__stduom");
......
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