Commit 00044d8b authored by ssalve's avatar ssalve

Sarita: Done changes to set userInfo on 2nd JAN 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6c40fce6
......@@ -15,11 +15,15 @@ if(userInfo != null)
}
else
{
ItemDetails itemDetails = new ItemDetails();
//Added and replace by sarita on 2nd JAN 2018
//ItemDetails itemDetails = new ItemDetails();
ItemDetails itemDetails = new ItemDetails(userInfo);
ArrayList<String> itemList = new ArrayList<String>();
itemList = itemDetails.getItemListDetails(item);
System.out.println("itemList inside jsp ::: ["+ itemList +"]");
String docList = itemDetails.getDocId(item);
//Added and replace by sarita on 2nd JAN 2018
//String docList = itemDetails.getDocId(item);
String docList = itemDetails.getDocId(item,userInfo);
System.out.println("itemList inside jsp docList::: ["+ docList +"]");
/* if(itemList.get(0).equals("") || itemList.get(0).equals(null))
......
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