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