test: added test case to validate audit for incorrect entries

(cherry picked from commit f31612376a)
This commit is contained in:
Rohit Waghchaure
2022-12-20 00:14:41 +05:30
committed by Mergify
parent deb3efdd9a
commit 64b25fba48
2 changed files with 42 additions and 2 deletions

View File

@@ -400,7 +400,6 @@ 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",
@@ -428,6 +427,7 @@ scheduler_events = {
"erpnext.loan_management.doctype.process_loan_security_shortfall.process_loan_security_shortfall.create_process_loan_security_shortfall",
"erpnext.loan_management.doctype.process_loan_interest_accrual.process_loan_interest_accrual.process_loan_interest_accrual_for_term_loans",
"erpnext.crm.utils.open_leads_opportunities_based_on_todays_event",
"erpnext.stock.doctype.stock_entry.stock_entry.audit_incorrect_valuation_entries",
],
"monthly_long": [
"erpnext.accounts.deferred_revenue.process_deferred_accounting",