Commit baa01ffd authored by smestry's avatar smestry

Updated the js file of product wizard for look and feel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103967 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5cb75429
......@@ -760,7 +760,7 @@
if (document.getElementById("Detail2."+dbID+".phy_attrib_4").value != "")
{
var custItemRefParnt = document.getElementById("Detail2.0.phy_attrib_4").value;
var custItemRefParnt = document.getElementById("phy_attrib_4").value;
var custItemRefChild = document.getElementById("Detail2."+dbID+".phy_attrib_4").value;
if(custItemRefParnt == custItemRefChild)
......@@ -805,14 +805,9 @@
barCodes.push(document.getElementById("Detail2."+dbID+".item_barcode").value);
}
// Added by Samadhan on 28/12/2015 for check duplicate barcodes end
}
}
if (check == 0)
{
alert("Please Select Product.");
......
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