Commit 796a84a9 authored by ngadkari's avatar ngadkari

commented line no parsing

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196970 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9dfebb5e
......@@ -3753,7 +3753,7 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
curFormItemLotHMap.put("quantity", genericUtility.getColumnValue("quantity", dom));
custCode = genericUtility.getColumnValue("cust_code", dom1);
slineNo = genericUtility.getColumnValue("line_no", dom);
lineNo = Integer.parseInt(slineNo);
//lineNo = Integer.parseInt(slineNo);
int size = dokkeyList.size();
for(int i=0;i<=size-1;i++)
......
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