Commit 0acd35bf authored by mnair's avatar mnair

commented from line no 3560 and 3583

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177610 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6563bd4d
......@@ -3557,8 +3557,9 @@ public class InvAcct
{
acctCodeIn = rs.getString("acct_code__in");
cctrCodeIn = rs.getString("cctr_code__in");
acctCodeOh = rs.getString("acct_code__oh");
cctrCodeOh = rs.getString("cctr_code__oh");
//Commented by mayur on 4-JAN-2018
//acctCodeOh = rs.getString("acct_code__oh");
//cctrCodeOh = rs.getString("cctr_code__oh");
}
pstmt.close();
......@@ -3579,8 +3580,9 @@ public class InvAcct
{
acctCodeIn = rs.getString("acct_code__in");
cctrCodeIn = rs.getString("cctr_code__in");
acctCodeOh = rs.getString("acct_code__oh");
cctrCodeOh = rs.getString("cctr_code__oh");
//Commented by mayur on 4-JAN-2018
//acctCodeOh = rs.getString("acct_code__oh");
//cctrCodeOh = rs.getString("cctr_code__oh");
}
pstmt.close();
......
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