Commit 4a5b80b4 authored by ngadkari's avatar ngadkari

changes in assetInstall class

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183589 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fc5d5a2
......@@ -28,7 +28,7 @@ public class AssetInstall {
public String assetInstallData (String tranId,Connection conn,String xtraParams,ArrayList <String> assetInstallList)throws RemoteException, ITMException, SQLException, ibase.webitm.utility.ITMException
{
String userId,siteCode;
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
String resString= "";
try
......
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