Commit 5cb75429 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@103966 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1f6b62be
......@@ -634,14 +634,14 @@
//Changed by wasim on 04-08-2016 for tax chapter null validation [START]
else if (document.getElementById("Detail1.1.tax_chap").value == "")
{
alert("Please Enter Tax Chapter");
alert("Please Enter Purchase Tax.");
document.getElementById("Detail1.1.tax_chap_pophelp").focus();
return false;
}
//Changed by wasim on 04-08-2016 for tax chapter null validation [END]
else if (document.getElementById("Detail1.1.tax").value == "")
{
alert("Please Enter Tax ");
alert("Please Enter Sales Tax.");
document.getElementById("Detail1.1.tax_desc_pophelp").focus(); // Changed by Sneha on 08-07-2016, for focus on validation
return false;
}
......
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