[fix] [minor] fixes in old patches

This commit is contained in:
Nabin Hait 2013-09-25 12:52:28 +05:30
parent 373b53f222
commit 52f6b5a6e8

View File

@ -3,6 +3,7 @@
import webnotes
def execute():
webnotes.reload_doc("stock", "doctype", "warehouse")
webnotes.reload_doc("setup", "doctype", "company")
webnotes.reload_doc("accounts", "doctype", "cost_center")
create_chart_of_accounts_if_not_exists()