Commit f57b8b97 authored by vkadam's avatar vkadam

Trim loc_code_from


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97169 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f920011a
...@@ -220,7 +220,7 @@ QcOdrProvisionalReleaseConfLocal, QcOdrProvisionalReleaseConfRemote ...@@ -220,7 +220,7 @@ QcOdrProvisionalReleaseConfLocal, QcOdrProvisionalReleaseConfRemote
// quantity = rs.getDouble("quantity"); // quantity = rs.getDouble("quantity");
quantity = checkNull(rs.getString("quantity")); quantity = checkNull(rs.getString("quantity"));
itemCode = checkNull(rs.getString("item_code")); itemCode = checkNull(rs.getString("item_code"));
locCodeFrm = checkNull(rs.getString("loc_code")); locCodeFrm = checkNull(rs.getString("loc_code").trim());
porcpNo = checkNull(rs.getString("porcp_no")); porcpNo = checkNull(rs.getString("porcp_no"));
lotNo = checkNull(rs.getString("lot_no")); lotNo = checkNull(rs.getString("lot_no"));
lotSl = checkNull(rs.getString("lot_sl")); lotSl = checkNull(rs.getString("lot_sl"));
......
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