Commit 1d8bba8c authored by smane's avatar smane

Code changes in commDebitNote () function


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96768 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 12ee216e
......@@ -1112,6 +1112,7 @@ public class CalculateCommission
if(!calledFrom.equalsIgnoreCase("SR"))
{
sql = "select curr_code from finent f, site s where f.fin_entity = s.fin_entity and s.site_code = ?" ;
pstmt = conn.prepareStatement(sql);//Code added by sagar on 06/11/14.
pstmt.setString(1, siteCode);
rs = pstmt.executeQuery();
while(rs.next())
......
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