Commit dc4f9440 authored by smanohar's avatar smanohar

Bug fixing done for cannot update chg_user to null exception

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211658 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14d07d34
......@@ -157,7 +157,7 @@ public class QuotationApprvPrc extends ProcessEJB implements QuotationApprvPrcLo
System.out.println("xtraParams :::::::::::::::::::::::::::::::::: "+xtraParams);
loginSiteCode = 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");
loginCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
System.out.println("empCode..............."+empCode);
......
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