Commit 5f1957b8 authored by rtiwari's avatar rtiwari

CHANGE FOR APPEND REF_NO,REG_SER, REF_ID


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93160 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 39185cf4
...@@ -397,6 +397,9 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -397,6 +397,9 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
retTabSepStrBuff.append((rs1.getString(11)==null?" ":rs1.getString(11))).append("\t"); retTabSepStrBuff.append((rs1.getString(11)==null?" ":rs1.getString(11))).append("\t");
//confirmed //confirmed
retTabSepStrBuff.append((rs1.getString(12)==null?" ":rs1.getString(12))).append("\t"); retTabSepStrBuff.append((rs1.getString(12)==null?" ":rs1.getString(12))).append("\t");
retTabSepStrBuff.append((rs1.getString(13)==null?" ":rs1.getString(13))).append("\t");
retTabSepStrBuff.append((rs1.getString(14)==null?" ":rs1.getString(14))).append("\t");
retTabSepStrBuff.append((rs1.getString(15)==null?" ":rs1.getString(15))).append("\t");
retTabSepStrBuff.append("\n"); retTabSepStrBuff.append("\n");
count++; count++;
......
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