From f0b5dee4673eebc26d83859144920da5462dddfb Mon Sep 17 00:00:00 2001 From: Srinivas-Saravanan Date: Mon, 9 Jun 2025 11:23:50 +0530 Subject: [PATCH] FIX_MESSAGE_POLICY_REGISTER --- app/Views/view_rfq_non_eb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }