Skip to content

Commit

Permalink
fix: correct the hook name to advance_payment_doctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyshaHakeem committed Mar 4, 2025
1 parent 4cc3c73 commit 0d65107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"monthly": ["hrms.controllers.employee_reminders.send_reminders_in_advance_monthly"],
}

advance_payment_payable_doctypes = ["Leave Encashment", "Gratuity", "Employee Advance"]
advance_payment_doctypes = ["Leave Encashment", "Gratuity", "Employee Advance"]

invoice_doctypes = ["Expense Claim"]

Expand Down

0 comments on commit 0d65107

Please sign in to comment.