Commit 62c5cec4 authored by smestry's avatar smestry

W15ESUN005, Changed by Sneha. Update Location stock occupancy dashboard.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98516 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ff4f059d
......@@ -430,7 +430,8 @@ span.appendChild(document.createTextNode(location));
locationRange = request.getParameter("locationRange");
// Changed by Sneha, added site code dropdown on 17-08-2015, Request ID: SMWMS00008
siteCode = request.getParameter("siteCode") == null ? "no" : request.getParameter("siteCode") ;
//siteCode = request.getParameter("siteCode") == null ? "no" : request.getParameter("siteCode") ;
siteCode = request.getParameter("siteCode") == null ? "TA821" : request.getParameter("siteCode") ;
// End by Sneha, added site code dropdown on 17-08-2015, Request ID: SMWMS00008
if(locationRange==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