Merge pull request #7161 from frappe/nabinhait-patch-7

Update set_budget_against_as_cost_center.py
This commit is contained in:
Nabin Hait
2016-12-08 14:42:15 +05:30
committed by GitHub

View File

@@ -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`