added patch to reload docfield and report
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 2751854e..23e3d4c 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -16,6 +16,8 @@
 
 from __future__ import unicode_literals
 patch_list = [
+	"execute:webnotes.reload_doc('core', 'doctype', 'docfield')",
+	"execute:webnotes.reload_doc('core', 'doctype', 'report')",
 	"patches.mar_2012.so_rv_mapper_fix", 
 	"patches.mar_2012.clean_property_setter", 
 	"patches.april_2012.naming_series_patch",