diff --git a/erpnext/patches/v7_1/set_budget_against_as_cost_center.py b/erpnext/patches/v7_1/set_budget_against_as_cost_center.py index d077129f0a..1d334a5012 100644 --- a/erpnext/patches/v7_1/set_budget_against_as_cost_center.py +++ b/erpnext/patches/v7_1/set_budget_against_as_cost_center.py @@ -1,7 +1,7 @@ import frappe def execute(): - frappe.reload_doc("account", "doctype", "budget") + frappe.reload_doc("accounts", "doctype", "budget") frappe.db.sql(""" update `tabBudget`