From 52f6b5a6e8cef43e428521bc4113802c07a677fc Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 25 Sep 2013 12:52:28 +0530 Subject: [PATCH] [fix] [minor] fixes in old patches --- 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 b56d72d768..c02b5a2e83 100644 --- a/patches/march_2013/p08_create_aii_accounts.py +++ b/patches/march_2013/p08_create_aii_accounts.py @@ -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()