Commit 47f6b927 authored by kshinde's avatar kshinde

added MRP rate in JSP for side panel obj links

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194084 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a5e4644
......@@ -24,7 +24,7 @@ if(userInfo != null)
//ItemDetails itemDetails = new ItemDetails();
ItemDetails itemDetails = new ItemDetails(userInfo);
ArrayList<String> itemList = new ArrayList<String>();
itemList = itemDetails.getItemListDetails(item ,siteCode,"",quantity);
itemList = itemDetails.getItemListDetails(item ,siteCode,"","1000");
System.out.println("itemList inside jsp ::: ["+ itemList +"]");
//Added and replace by sarita on 2nd JAN 2018
//String docList = itemDetails.getDocId(item);
......@@ -176,4 +176,4 @@ else
{
out.print("Invalid Session");
}
%>
\ No newline at end of file
%>
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