Commit 2b0409a7 authored by vvengurlekar's avatar vvengurlekar

FinCommon.java - added code to call new getAcctDetrTtype method with site code argument


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194677 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3a35dc70
......@@ -5981,7 +5981,7 @@ public class FinCommon
*/
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;
PreparedStatement pstmt = null;
ResultSet rs = null;
......@@ -11029,8 +11029,9 @@ public class FinCommon
}
}
System.out.println("From getFromAcctDetr [" + acctCode + "," + cctrCode + "]");
return acctCode + "," + cctrCode;
//return getAcctDetrTtype(itemCode, itemSer, purpose, tranType, "", conn);
return acctCode + "," + cctrCode;*/
//added code to call new getAcctDetrTtype method with site code argument by Varsha V on 19-12-18
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