fixed bugs in emergency PO
This commit is contained in:
parent
fdc9b5587a
commit
628992d416
@ -1884,7 +1884,8 @@ if (!empty($INRSYMBOL)) {
|
||||
return false;
|
||||
|
||||
}
|
||||
else if( $('#Otherpayment').val() == ''){
|
||||
else if( $('#Otherpayment').length > 0 && $('#Otherpayment').is(':visible') && $('#Otherpayment').val() == ''){
|
||||
|
||||
alert('Please Enter the Description of payable terms');
|
||||
$('#Otherpayment').focus();
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user