refactor: hooks for monthly re-evaluation jobs

(cherry picked from commit fc4e5f165c)

# Conflicts:
#	erpnext/hooks.py
This commit is contained in:
ruthra kumar
2024-07-24 18:16:20 +05:30
committed by Mergify
parent 8e340bb7fd
commit c1fd95ac66
2 changed files with 16 additions and 0 deletions

View File

@@ -462,7 +462,11 @@ scheduler_events = {
],
"monthly_long": [
"erpnext.accounts.deferred_revenue.process_deferred_accounting",
<<<<<<< HEAD
"erpnext.loan_management.doctype.process_loan_interest_accrual.process_loan_interest_accrual.process_loan_interest_accrual_for_demand_loans",
=======
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_monthly",
>>>>>>> fc4e5f165c (refactor: hooks for monthly re-evaluation jobs)
],
}