Update set_budget_against_as_cost_center.py

This commit is contained in:
Nabin Hait 2016-12-08 14:42:04 +05:30 committed by GitHub
parent 72c5aec68b
commit 32e5b7af20

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`