Skip to content

Commit

Permalink
fix: remove employee other income from CTC
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f883a0)
  • Loading branch information
Sudharsanan11 authored and mergify[bot] committed Feb 4, 2025
1 parent eeef692 commit 60ab641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hrms/payroll/doctype/salary_slip/salary_slip.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ def compute_ctc(self):
+ self.current_structured_taxable_earnings_before_exemption
+ self.future_structured_taxable_earnings_before_exemption
+ self.current_additional_earnings
+ self.other_incomes
+ self.unclaimed_taxable_benefits
+ self.non_taxable_earnings
)
Expand Down

0 comments on commit 60ab641

Please sign in to comment.