Commit f6989d43 authored by rbhogale's avatar rbhogale

Changed by Rohan on 05-03-13 for bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92804 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8cf536ae
...@@ -103,7 +103,7 @@ public class StockTransferCalPos extends ValidatorEJB implements StockTransferCa ...@@ -103,7 +103,7 @@ public class StockTransferCalPos extends ValidatorEJB implements StockTransferCa
lineNo = GenericUtility.getInstance().getColumnValueFromNode("line_no",currDetail); lineNo = GenericUtility.getInstance().getColumnValueFromNode("line_no",currDetail);
sNoArt = GenericUtility.getInstance().getColumnValueFromNode("no_art",currDetail); sNoArt = GenericUtility.getInstance().getColumnValueFromNode("no_art",currDetail);
//Changed By Pragyan 05/03/12 to get the quantity inputs //Changed By Pragyan 05/03/12 to get the quantity inputs
stkQty = Double.parseDouble(checkNull(quantity)) stkQty = Double.parseDouble(checkNull(quantity));
System.out.println("lineNo :"+lineNo+" itemCode :"+itemCode+" locCodeFr :"+locCode+" lotNoFr :"+lotNo+" lotSlFr :"+lotSl+" quantity :"+stkQty); System.out.println("lineNo :"+lineNo+" itemCode :"+itemCode+" locCodeFr :"+locCode+" lotNoFr :"+lotNo+" lotSlFr :"+lotSl+" quantity :"+stkQty);
String stlOption = chkStockOption(itemCode, siteCode); String stlOption = chkStockOption(itemCode, siteCode);
......
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