issue in emergency purchase order listing fixed

This commit is contained in:
vadivel J 2024-09-24 18:15:05 +05:30
parent 33d827936c
commit 741ff34751

View File

@ -1883,7 +1883,13 @@ if (!empty($INRSYMBOL)) {
$('#Scheduleby').focus();
return false;
} else {
}
else if( $('#Otherpayment').val() == ''){
alert('Please Enter the Description of payable terms');
$('#Otherpayment').focus();
return false;
}
else {
$("#" + input).modal('show');
$('#isEdit').val(0);
if (StateTaxCheck == "0") {