commit | b267a6c90ed2d1587f3b7d39a5a9f20e8a31d7e3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 08 14:45:12 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 08 14:45:12 2016 +0530 |
tree | 013abbe1245926f43e55c5342bab622af5e46db2 | |
parent | 87d70279c637fd583d0e104b2046b457f4c85b5f [diff] | |
parent | eb879556edc214ba3cbb1c4761e16ca7bb95e054 [diff] |
Merge branch 'develop' of https://github.com/frappe/erpnext into manqala-exchange_rate_modifications1
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`