fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index fd19d25..e84a32d 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -393,6 +393,7 @@
],
"daily": [
"erpnext.support.doctype.issue.issue.auto_close_tickets",
+ "erpnext.stock.doctype.stock_entry.stock_entry.audit_incorrect_valuation_entries",
"erpnext.crm.doctype.opportunity.opportunity.auto_close_opportunity",
"erpnext.controllers.accounts_controller.update_invoice_status",
"erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year",