From aa14f03f5c712478defa72bbc2f0c45952077665 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 20 Nov 2013 11:51:12 +0530 Subject: [PATCH] [minor] [fix] website sitemap reload --- patches/patch_list.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index 3a159c7a43c..71516dc67d6 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -247,5 +247,7 @@ patch_list = [ "patches.1311.p02_index_singles", "patches.1311.p01_make_gl_entries_for_si", "patches.1311.p03_update_reqd_report_fields", + "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap_config') #2013-11-20", + "execute:webnotes.reload_doc('website', 'doctype', 'website_sitemap') #2013-11-20", "execute:webnotes.get_module('website.doctype.website_sitemap_config.website_sitemap_config').rebuild_website_sitemap_config()", ] \ No newline at end of file