From 32e5b7af201e2ca1d0f28eab1162aae713420162 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 8 Dec 2016 14:42:04 +0530 Subject: [PATCH] Update set_budget_against_as_cost_center.py --- erpnext/patches/v7_1/set_budget_against_as_cost_center.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`