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 ...@@ -341,9 +341,14 @@ public class StockAllocPrc extends ActionHandlerEJB implements StockAllocPrcLoca
saleOrder = rs.getString(3); saleOrder = rs.getString(3);
//LINE_NO__SlineNoSordORD //LINE_NO__SlineNoSordORD
lineNoSord = rs.getString(4); lineNoSord = rs.getString(4);
lineNoSord = " " + lineNoSord.trim(); //lineNoSord = " " + lineNoSord.trim(); commented by deepak sawant (line no = ' 1')
lineNoSord = lineNoSord.substring( lineNoSord.length()-3 ); //lineNoSord = lineNoSord.substring( lineNoSord.length()-3 ); commented by deepak sawant
System.out.println("lineNoSord =["+lineNoSord+"]");
if(lineNoSord != null)
{
lineNoSord = lineNoSord.trim(); // added by deepak sawant
}
System.out.println("lineNoSord =ddddd["+lineNoSord+"]");
//ITEM_CODE //ITEM_CODE
itemCode = rs.getString(5); itemCode = rs.getString(5);
//LOC_CODE //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