Commit d8fe009f authored by wansari's avatar wansari

Changed Jsp name inside for showing report as for sorderWiz obj name


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103972 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 43c42f51
...@@ -260,7 +260,7 @@ else ...@@ -260,7 +260,7 @@ else
} }
else if(objName == "sorderWiz") else if(objName == "sorderWiz")
{ {
url = "ViewSorderReport.jsp?OBJ_NAME="+objName+"&random="+random; url = "sorderViewReport.jsp?OBJ_NAME="+objName+"&random="+random;
} }
window.location.href = url; window.location.href = url;
</script> </script>
......
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