[ui cleanup] [minor]
diff --git a/patches/1311/p01_cleanup.py b/patches/1311/p01_cleanup.py
index cf7ae6e..c6d4c01 100644
--- a/patches/1311/p01_cleanup.py
+++ b/patches/1311/p01_cleanup.py
@@ -1,6 +1,9 @@
 import webnotes
 
 def execute():
+	webnotes.reload_doc("stock", "doctype", "material_request")
+	webnotes.reload_doc("buying", "doctype", "purchase_order")
+	webnotes.reload_doc("selling", "doctype", "lead")
 	from core.doctype.custom_field.custom_field import create_custom_field_if_values_exist
 	create_custom_field_if_values_exist("Material Request", 
 		{"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})