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
...@@ -5123,6 +5123,10 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp ...@@ -5123,6 +5123,10 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
hGrWgh = hGrWgh + grWgh; hGrWgh = hGrWgh + grWgh;
hNetWgh = hNetWgh + netWgh; hNetWgh = hNetWgh + netWgh;
hTareWgh = hTareWgh + tareWgh; 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(1, generatedTranId);
pstmtDspDtl.setString(2, ""+currRow ); pstmtDspDtl.setString(2, ""+currRow );
...@@ -5251,13 +5255,6 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp ...@@ -5251,13 +5255,6 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
hashMap.put("chg_win", "W_DESPATCH"); hashMap.put("chg_win", "W_DESPATCH");
retString=allocTraceBean.updateInvallocTrace(hashMap, conn); retString=allocTraceBean.updateInvallocTrace(hashMap, conn);
hashMap.clear(); 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