Commit ee0c4308 authored by smestry's avatar smestry

W15LKAT004, Changed the js file for product creation edit.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101388 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8b7b716f
...@@ -1570,7 +1570,7 @@ ...@@ -1570,7 +1570,7 @@
//Changed by Sneha on 26-04-2016, validation for size, color, dimension [Start] //Changed by Sneha on 26-04-2016, validation for size, color, dimension [Start]
var itemCode = document.getElementById("Detail3.1.item_code").value; var itemCode = document.getElementById("Detail3.1.item_code").value;
getItmAttribute(itemCode, maxId, "GET_ITEM_ATTRIBUTE"); getItmAttribute(itemCode, maxId, "GET_ITEM_ATTRIBUTE");
alert("valueFromServlet---"+valueFromServlet); //alert("valueFromServlet---"+valueFromServlet);
if(valueFromServlet == "Y") if(valueFromServlet == "Y")
{ {
alert("Size, Color, Dimension cannot be same as exisiting Item."); alert("Size, Color, Dimension cannot be same as exisiting Item.");
......
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