Skip to content

Commit

Permalink
debug: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Jan 4, 2024
1 parent cd7da49 commit 4b21fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def setUp(self):
create_exemption_category()
frappe.db.delete("Employee Tax Exemption Declaration")
frappe.db.delete("Salary Structure Assignment")
frappe.db.delete("Salary Slip")

def test_duplicate_category_in_declaration(self):
declaration = frappe.get_doc(
Expand Down
3 changes: 3 additions & 0 deletions hrms/regional/india/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def calculate_annual_eligible_hra_exemption(doc):
else:
annual_exemption = 0


print("------------", hra_amount, annual_exemption, monthly_exemption)

return frappe._dict(
{
"hra_amount": hra_amount,
Expand Down

0 comments on commit 4b21fb5

Please sign in to comment.