diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index baeaca2f354..11df188832f 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py @@ -1773,7 +1773,7 @@ def auto_create_exchange_rate_revaluation_monthly() -> None: """ companies = frappe.db.get_all( "Company", - filters={"auto_exchange_rate_revaluation": 1, "auto_err_frequency": "Montly"}, + filters={"auto_exchange_rate_revaluation": 1, "auto_err_frequency": "Monthly"}, fields=["name", "submit_err_jv"], ) create_err_and_its_journals(companies)