Commit 8c31a5bd authored by dchattar's avatar dchattar

DI1CFRA001


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91540 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 532be110
......@@ -118,7 +118,7 @@ public class ItemLotOwnPrs extends ValidatorEJB implements ItemLotOwnPrsLocal, I
else
{
oldLen = lotNoFrom.trim().length();
newLotNoFrom = Integer.parseInt((lotNoFrom == null || lotNo>From == "") ?"0":lotNoFrom.trim()) - 1;
newLotNoFrom = Integer.parseInt((lotNoFrom == null || lotNoFrom == "") ?"0":lotNoFrom.trim()) - 1;
newLotLen = String.valueOf(newLotNoFrom).trim().length();
System.out.println("newLotLen :"+newLotLen+"oldLen :"+oldLen+"newLotNoFrom :"+newLotNoFrom);
newLotNoStr = "";
......
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