CHANGE_BDS
This commit is contained in:
parent
c05735a552
commit
d8fd29248c
@ -4787,6 +4787,12 @@ function checkCDAmountForBasePremium(input) {
|
||||
} else {
|
||||
differnce_bp_amt = base_premium - current_bp_amt;
|
||||
console.log("differnce_bp_amt 1:", differnce_bp_amt);
|
||||
if (differnce_bp_amt < 0) {
|
||||
console.log("Negative amount:", differnce_bp_amt);
|
||||
} else {
|
||||
console.log("Positive amount:", differnce_bp_amt);
|
||||
base_premium = differnce_bp_amt
|
||||
}
|
||||
}
|
||||
|
||||
console.log("differnce_bp_amt:", differnce_bp_amt);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user