Commit 6162d0aa authored by rtiwari's avatar rtiwari

change column seq.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94063 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 31b80a7a
...@@ -390,6 +390,10 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -390,6 +390,10 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
//loc_code //loc_code
retTabSepStrBuff.append((rs1.getString(6)==null?" ":rs1.getString(6))).append("\t"); retTabSepStrBuff.append((rs1.getString(6)==null?" ":rs1.getString(6))).append("\t");
//lot_no
retTabSepStrBuff.append((rs1.getString(16)==null?" ":rs1.getString(16))).append("\t"); //added by ritesh on 25/12/13
//lot_sl
retTabSepStrBuff.append((rs1.getString(17)==null?" ":rs1.getString(17))).append("\t"); //added by ritesh on 25/12/13
//lock code //lock code
retTabSepStrBuff.append((rs1.getString(15)==null?" ":rs1.getString(15))).append("\t"); retTabSepStrBuff.append((rs1.getString(15)==null?" ":rs1.getString(15))).append("\t");
...@@ -438,10 +442,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -438,10 +442,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
retTabSepStrBuff.append((rs1.getString(12)==null?" ":rs1.getString(12))).append("\t"); retTabSepStrBuff.append((rs1.getString(12)==null?" ":rs1.getString(12))).append("\t");
//ref_no //ref_no
retTabSepStrBuff.append((rs1.getString(13)==null?" ":rs1.getString(13))).append("\t"); //added by ritesh on 27/05/13 retTabSepStrBuff.append((rs1.getString(13)==null?" ":rs1.getString(13))).append("\t"); //added by ritesh on 27/05/13
//lot_no
retTabSepStrBuff.append((rs1.getString(16)==null?" ":rs1.getString(16))).append("\t"); //added by ritesh on 25/12/13
//lot_sl
retTabSepStrBuff.append((rs1.getString(17)==null?" ":rs1.getString(17))).append("\t"); //added by ritesh on 25/12/13
// confirmed // confirmed
retTabSepStrBuff.append((rs1.getString(14)==null?" ":rs1.getString(14))).append("\t"); //added by ritesh on 27/05/13 retTabSepStrBuff.append((rs1.getString(14)==null?" ":rs1.getString(14))).append("\t"); //added by ritesh on 27/05/13
//remarks //remarks
......
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