Commit f28b9d9c authored by kshinde's avatar kshinde

Changed logic for displaying MRP in side panel.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@194397 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 277cbb0c
......@@ -26,7 +26,7 @@ if(userInfo != null)
//ItemDetails itemDetails = new ItemDetails();
ItemDetails itemDetails = new ItemDetails(userInfo);
ArrayList<String> itemList = new ArrayList<String>();
itemList = itemDetails.getItemListDetails(item ,siteCode,lotNo,quantity);
itemList = itemDetails.getItemListDetails(item ,siteCode,lotNo,"1000");
System.out.println("itemList inside jsp ::: ["+ itemList +"]");
//Added and replace by sarita on 2nd JAN 2018
//String docList = itemDetails.getDocId(item);
......
......@@ -13,6 +13,6 @@ if(siteCode.equals("site_code") || siteCode.equals("site_code__ship") || siteCod
<head>
</head>
<body style="overflow:hidden;">
<iframe src="/ibase/webitm/jsp/ItemDetails.jsp?item_code=<%=item%>&site_code=<%=siteCode%>&QUANTITY=<%=quantity%>LOT_NO=<%=lotNo%>" width="100%" height="100%" class="FrameFlowPanel" style="border:none;"></iframe>
<iframe src="/ibase/webitm/jsp/ItemDetails.jsp?item_code=<%=item%>&site_code=<%=siteCode%>&QUANTITY=<%=quantity%>&LOT_NO=<%=lotNo%>" width="100%" height="100%" class="FrameFlowPanel" style="border:none;"></iframe>
</body>
</html>
\ 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