diff --git a/app/Views/alterpurchaseorder.php b/app/Views/alterpurchaseorder.php index 41b16547..5dadeab8 100755 --- a/app/Views/alterpurchaseorder.php +++ b/app/Views/alterpurchaseorder.php @@ -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") {