Commit 38769319 authored by dsawant's avatar dsawant

updated for cctr code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94584 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3669474e
......@@ -1963,8 +1963,8 @@ public class InvAcct
itemSer=checkNull(rs.getString(10));
acctCdInv = checkNull(rs.getString(11));
acctCdInvR = checkNull(rs.getString(12));
cctrCdInv = checkNull(rs.getString(13));
cctrCdInvR = checkNull(rs.getString(14));
cctrCdInv = rs.getString(13);
cctrCdInvR = rs.getString(14);
tranType = checkNull(rs.getString(15));
tranDate = rs.getTimestamp(16);
effDate = rs.getTimestamp(17);
......
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