Commit 7536d48c authored by smestry's avatar smestry

Updated the Product wizard js for Item description


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102381 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14a23ef4
......@@ -507,4 +507,17 @@
return true;
}
}
// Changed by Sneha on 23-06-2016 for special character [End]
\ No newline at end of file
// Changed by Sneha on 23-06-2016 for special character [End]
// Changed by Sneha on 08-07-2016, for special character [End]
function disableEnter()
{
if(event.keyCode == 13)
{
//alert("Sneha");
return false;
}
getAppDateFormat();
}
// Changed by Sneha on 08-07-2016, for special character [End]
\ No newline at end of file
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