Skip to content

Commit

Permalink
Premium Change calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayreddy519 committed Jun 13, 2024
1 parent 0b06e10 commit b0fefab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/change_sets/person_dob_change_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def update_enrollments_for(policies_to_notify)
enrollee.update_attributes!({pre_amt: BigDecimal(policy_node_enrollee.benefit.premium_amount || 0.00)})
end
end
policy.reload

policy.tot_res_amt = policy_node.policy_enrollment.total_responsible_amount
policy.pre_amt_tot = policy_node.policy_enrollment.premium_total_amount
Expand Down

0 comments on commit b0fefab

Please sign in to comment.