From 0d009f3db014b99082c43f8ea6e1e7db2786918c Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 19 Jul 2013 16:11:21 +0530 Subject: [PATCH] [minor] [fix] [patch] cost center company --- patches/march_2013/p08_create_aii_accounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/march_2013/p08_create_aii_accounts.py b/patches/march_2013/p08_create_aii_accounts.py index 0156a17c28..e4260d3508 100644 --- a/patches/march_2013/p08_create_aii_accounts.py +++ b/patches/march_2013/p08_create_aii_accounts.py @@ -1,6 +1,7 @@ import webnotes def execute(): webnotes.reload_doc("setup", "doctype", "company") + webnotes.reload_doc("accounts", "doctype", "cost_center") create_chart_of_accounts_if_not_exists() add_group_accounts() add_ledger_accounts()