fix: conflicts
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 1f8eb09..a674144 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -316,12 +316,15 @@
"erpnext.setup.doctype.email_digest.email_digest.send",
"erpnext.manufacturing.doctype.bom_update_tool.bom_update_tool.update_latest_price_in_all_boms",
"erpnext.hr.doctype.leave_ledger_entry.leave_ledger_entry.process_expired_allocation",
- "erpnext.hr.utils.generate_leave_encashment"
+ "erpnext.hr.utils.generate_leave_encashment",
+ "erpnext.loan_management.doctype.loan_security_shortfall.loan_security_shortfall.check_for_ltv_shortfall",
+ "erpnext.loan_management.doctype.loan_interest_accrual.loan_interest_accrual.make_accrual_interest_entry_for_term_loans"
],
"monthly_long": [
"erpnext.accounts.deferred_revenue.convert_deferred_revenue_to_income",
"erpnext.accounts.deferred_revenue.convert_deferred_expense_to_expense",
- "erpnext.hr.utils.allocate_earned_leaves"
+ "erpnext.hr.utils.allocate_earned_leaves",
+ "erpnext.loan_management.doctype.loan_interest_accrual.loan_interest_accrual.process_loan_interest_accrual"
]
}