commit | 32e5b7af201e2ca1d0f28eab1162aae713420162 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 08 14:42:04 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Dec 08 14:42:04 2016 +0530 |
tree | b45325ec13d5ba879f53004874e3e61f9ca634c3 | |
parent | 72c5aec68be526b81f3a0c8d454b90627ffe6f48 [diff] |
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`