Commit d40e8bc9 authored by dsawant's avatar dsawant

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93829 ce508802-f39f-4f6c-b175-0d175dae99d5
parent da975413
......@@ -341,9 +341,14 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca
saleOrder = rs.getString(3);
//LINE_NO__SlineNoSordORD
lineNoSord = rs.getString(4);
lineNoSord = " " + lineNoSord.trim();
lineNoSord = lineNoSord.substring( lineNoSord.length()-3 );
System.out.println("lineNoSord =["+lineNoSord+"]");
//lineNoSord = " " + lineNoSord.trim(); commented by deepak sawant (line no = ' 1')
//lineNoSord = lineNoSord.substring( lineNoSord.length()-3 ); commented by deepak sawant
if(lineNoSord != null)
{
lineNoSord = lineNoSord.trim(); // added by deepak sawant
}
System.out.println("lineNoSord =ddddd["+lineNoSord+"]");
//ITEM_CODE
itemCode = rs.getString(5);
//LOC_CODE
......
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