Commit bb3abaef authored by bpandey's avatar bpandey

add one more filter


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96014 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f75e8ba7
......@@ -64,13 +64,13 @@ public class LocationStockOccuBean implements Serializable
return selectedEntity;
}
public String getLocDtl(String locPhyArea, String siteCode) throws RemoteException, ITMException
public String getLocDtl(String locPhyArea, String siteCode,String locationRange) throws RemoteException, ITMException
{
String xmlData ="";
try
{
xmlData = locationStockOccupancyRemote.getLocDtl(locPhyArea,siteCode );
{
xmlData = locationStockOccupancyRemote.getLocDtl(locPhyArea,siteCode,locationRange);
}
catch(Exception e)
{
......
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