Commit b9a4b4cb authored by manohar's avatar manohar

lot_sl with trailing spaces trimmed before converting to long


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd9fe8d7
......@@ -655,6 +655,9 @@ public class InvPackAct extends ActionHandlerEJB implements InvPackActLocal, Inv
for (int i = 0; i < Integer.parseInt(noArt); i++)
{
// 01/07/13 manoharan lot_sl found with spaces
lotSl = lotSl.trim();
// end 01/07/13 manoharan lot_sl found with spaces
lotSl = String.valueOf(Long.parseLong(lotSl)+1);
System.out.println("lotSl :"+lotSl);
// 12/03/12 manoharan itemchanged should not happen for any column as it is working very slow
......
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