[patches] [fix] removed blog reload

This commit is contained in:
Anand Doshi
2013-05-16 15:35:08 +05:30
parent 45736cf2a9
commit 1d4b5b4ca6
3 changed files with 0 additions and 14 deletions

View File

@@ -3,9 +3,7 @@ def execute():
import webnotes
# sync doctypes required for the patch
webnotes.reload_doc('website', 'doctype', 'web_cache')
webnotes.reload_doc('website', 'doctype', 'web_page')
webnotes.reload_doc('website', 'doctype', 'blog')
webnotes.reload_doc('website', 'doctype', 'website_settings')
webnotes.reload_doc('stock', 'doctype', 'item')