Commit 14c66923 authored by steurwadkar's avatar steurwadkar

Stock webservice comonents commit on 03-10-16


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103557 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 177e4aff
...@@ -82,7 +82,7 @@ public class WMSWebServiceDao extends ValidatorEJB ...@@ -82,7 +82,7 @@ public class WMSWebServiceDao extends ValidatorEJB
pstmt1 = null; pstmt1 = null;
} }
stock = new Stock(sku,stockQty,pendPOQty); stock = new Stock(sku.trim(),stockQty,pendPOQty);
stockList.add(stock); stockList.add(stock);
} }
if(rs != null) if(rs != null)
......
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