Commit 03dc1fc8 authored by vvengurlekar's avatar vvengurlekar

SaleContractRelease.java - changed userid to logincode


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182576 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fda9fa8
......@@ -143,7 +143,7 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
conn = getConnection();
//Changes and Commented By Bhushan on 09-06-2016 :END
System.out.println("xtraParams $$$$$$$$$$$$$$$$$$$$$$$$ "+xtraParams);
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"userId");
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getDBDateFormat());
SimpleDateFormat sdfOutput = new SimpleDateFormat(genericUtility.getApplDateFormat());
......@@ -593,7 +593,7 @@ public class SaleContractRelease extends ProcessEJB implements SaleContractRelea
System.out.println("xtraParams :::::::::::::::::::::::::::::::::: "+xtraParams);
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginSiteCode");
empCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginEmpCode");
chgUser = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"userId");
chgUser = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
chgTerm = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"termId");
System.out.println("empCode..............."+empCode);
System.out.println("Site Code............."+siteCode);
......
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