diff --git a/app/Views/view_rfq_non_eb.php b/app/Views/view_rfq_non_eb.php index 3b261b39..22f25ad7 100644 --- a/app/Views/view_rfq_non_eb.php +++ b/app/Views/view_rfq_non_eb.php @@ -2408,7 +2408,8 @@ // alert(policy.quote_asked[0]); // var policySI = policies[] policySI = rfq_count == 0 && !tdChanged ? policy.quote_asked[0] : (changedNewSI) != "" && changedNewSI != 0? changedNewSI : policy.quote_asked[0]; - if (policySI == "-" || policySI == 0){ + // alert(policySI) + if (policySI == "-" || policySI == 0 || policySI == undefined){ toastr.warning("Please Enter the Sum Insured in the RFQ First","Warning"); return; }