FIX_MESSAGE_POLICY_REGISTER

This commit is contained in:
Srinivas-Saravanan 2025-06-09 11:23:50 +05:30
parent 711d405245
commit f0b5dee467

View File

@ -2408,7 +2408,8 @@
// alert(policy.quote_asked[0]); // alert(policy.quote_asked[0]);
// var policySI = policies[] // var policySI = policies[]
policySI = rfq_count == 0 && !tdChanged ? policy.quote_asked[0] : (changedNewSI) != "" && changedNewSI != 0? changedNewSI : policy.quote_asked[0]; 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"); toastr.warning("Please Enter the Sum Insured in the RFQ First","Warning");
return; return;
} }