advance request alert

This commit is contained in:
venbatechnologies@gmail.com 2017-08-21 13:59:59 +05:30
parent 581f359ffc
commit 0bbf1b6dcd

View File

@ -308,7 +308,7 @@ function validate()
{
if($("#AdvanceIn").val().length < 1)
{
alert('Please Enter PONO');
alert('Please Enter Advance Amount Percentage');
$("#AdvanceIn").focus();
return false;
}