Commit c7229706 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193214 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 703039b3
......@@ -120,6 +120,7 @@ public class POBWizIC extends ValidatorEJB implements POBWizICLocal, POBWizICRem
connDriver = null;
userId = getValueFromXTRA_PARAMS(xtraParams, "loginCode");
loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginSiteCode");//Added by Jaffar S. for getting site code [21-11-18]
DistCommon distCommon = new DistCommon();
finCommon = new FinCommon();
valEjb =new ValidatorEJB();
......
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