Update set_budget_against_as_cost_center.py
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 d077129..1d334a5 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`