Commit 45534a1e authored by dsawant's avatar dsawant

change in sales person bank and strg cust bank confirmation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dd0525cc
......@@ -104,7 +104,7 @@ public class SalesPersonBankConf extends ActionHandlerEJB implements SalesPerson
GenericUtility genericUtility=new GenericUtility();
String loginCode=genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
String loginCode=genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginEmpCode");
System.out.println("Login Code ------->> "+loginCode);
sql="update sales_pers_bank set confirmed = ?,conf_date = ?, emp_code__aprv = ? where sales_pers = ? and bank_code__ben = ? ";
pstmt=conn.prepareStatement(sql);
......
......@@ -102,7 +102,7 @@ public class StrgCustBankConf extends ActionHandlerEJB implements StrgCustBankCo
GenericUtility genericUtility=new GenericUtility();
String loginCode=genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
String loginCode=genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginEmpCode");
System.out.println("Login Code ------->> "+loginCode);
sql="update strg_cust_bank set confirmed = ?,conf_date = ?, emp_code__aprv = ? where sc_code = ? and bank_code__ben = ? ";
pstmt=conn.prepareStatement(sql);
......
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