issue in emergency purchase order listing fixed
This commit is contained in:
parent
33d827936c
commit
741ff34751
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user