Commit b1f40981 authored by sshinde's avatar sshinde

Added trailing space to line no in auto back flush


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93606 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d3740180
......@@ -5124,6 +5124,10 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
hNetWgh = hNetWgh + netWgh;
hTareWgh = hTareWgh + tareWgh;
lineNoSord = " " + lineNoSord;
lineNoSord = lineNoSord.substring(lineNoSord.length() - 3, lineNoSord.length());
System.out.println(" lineNoSord is =["+lineNoSord+"]");
pstmtDspDtl.setString(1, generatedTranId);
pstmtDspDtl.setString(2, ""+currRow );
pstmtDspDtl.setString(3, itemCodeOrd );
......@@ -5251,13 +5255,6 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
hashMap.put("chg_win", "W_DESPATCH");
retString=allocTraceBean.updateInvallocTrace(hashMap, conn);
hashMap.clear();
......
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