Commit e39e920e authored by vvengurlekar's avatar vvengurlekar

FinCommon.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194648 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 794cd770
...@@ -5981,7 +5981,7 @@ public class FinCommon ...@@ -5981,7 +5981,7 @@ public class FinCommon
*/ */
public String getAcctDetrTtype(String itemCode, String itemSer, String purpose, String tranType, Connection conn) throws ITMException public String getAcctDetrTtype(String itemCode, String itemSer, String purpose, String tranType, Connection conn) throws ITMException
{ {
/*String acctCode = null, cctrCode = null, stkOpt = null, itemSerN = null, grpCode = null; String acctCode = null, cctrCode = null, stkOpt = null, itemSerN = null, grpCode = null;
String sql = null; String sql = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
ResultSet rs = null; ResultSet rs = null;
...@@ -11029,8 +11029,8 @@ public class FinCommon ...@@ -11029,8 +11029,8 @@ public class FinCommon
} }
} }
System.out.println("From getFromAcctDetr [" + acctCode + "," + cctrCode + "]"); System.out.println("From getFromAcctDetr [" + acctCode + "," + cctrCode + "]");
return acctCode + "," + cctrCode;*/ return acctCode + "," + cctrCode;
return getAcctDetrTtype(itemCode, itemSer, purpose, tranType, "", conn); //return getAcctDetrTtype(itemCode, itemSer, purpose, tranType, "", conn);
} }
///////////// /////////////
/** /**
......
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