Commit 9463f35b authored by vkadam's avatar vkadam

Change in JSP [F15ESUN001]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@36812 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 97a10c13
......@@ -76,14 +76,21 @@ String refId = refNo;
url="ITMAttachmentView.jsp?ACTION=LOAD&OBJ_NAME=bank_guarantee&REF_ID="+ refId;
}
window.location.href = url;
}
else
{
viewAttachloading( false );
//viewAttachloading( false );
if ( parent.document.getElementById("loadingAttachDiv") != null )
{
parent.document.getElementById("loadingAttachDiv").innerHTML= "Voucher not available.";
}
if ( parent.document.getElementById("attachSrc") != null )
{
parent.document.getElementById("attachSrc").style.display = "none";
}
}
return false ;
}
</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