Commit c3eaf869 authored by ppatro's avatar ppatro

Case Transfer bugs


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92023 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 893f1ba3
......@@ -250,7 +250,8 @@ public class CaseTransferPos extends ValidatorEJB implements CaseTransferPosLoca
rs.close();
rs = null;
lineNo++;
despLineNo = " " + (Integer)map.get("lineNo");
//despLineNo = " " + (Integer)map.get("lineNo");
despLineNo = " " + lineNo;
despLineNo = despLineNo.substring( despLineNo.length()-3 );
///////////sample
......
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