chore: schedule job to run daily
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 0d70476..caa991b 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -439,6 +439,7 @@
"erpnext.buying.doctype.supplier_quotation.supplier_quotation.set_expired_status",
"erpnext.accounts.doctype.process_statement_of_accounts.process_statement_of_accounts.send_auto_email",
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_daily",
+ "erpnext.accounts.utils.run_ledger_health_checks",
],
"weekly": [
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_weekly",