FIX_MESSAGE_POLICY_REGISTER
This commit is contained in:
parent
711d405245
commit
f0b5dee467
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user