Commit 6d1c1092 authored by smestry's avatar smestry

Updated the js file for Customer and Item Details in Side panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104464 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af263beb
......@@ -3,6 +3,19 @@ function trimSpace(doc_id)
return doc_id.replace(/^\s+|\s+$/gm,'');
}
function getBlackList(blkvalue, rank)
{
console.log("rank[" + rank + "]");
if (blkvalue == 'Y')
{
console.log("@@@@@@@@@@" + blkvalue);
document.getElementById("bkkdiv").style.display = 'block';
}
/* if (rank == '') {
document.getElementById("breakword").remove();
} */
}
$(document).ready(function()
{
$(".DBImage1 div:first").show();
......
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