Commit 2285bf29 authored by msingh's avatar msingh

Changed by Manish on 03/05/16


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b674bd02
......@@ -1483,7 +1483,9 @@ public class CommonWmsUtil {
}
if(!trackNo.equals(""))
{
trackNo = trackNo.substring(1,trackNo.length()-1);
//trackNo = trackNo.substring(1,trackNo.length()-1);
trackNo = trackNo.substring(0,trackNo.length()-1);
System.out.println("trackNo is["+trackNo+"]");
}
}
catch (Exception e)
......
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