fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation

(cherry picked from commit b1721b79ce)
This commit is contained in:
Rohit Waghchaure
2022-12-19 23:24:34 +05:30
committed by Mergify
parent fa77259f8d
commit deb3efdd9a
2 changed files with 73 additions and 1 deletions

View File

@@ -400,6 +400,7 @@ scheduler_events = {
],
"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",