[cleanup] UI Fixes
diff --git a/patches/1311/p01_cleanup.py b/patches/1311/p01_cleanup.py
new file mode 100644
index 0000000..6c45aae
--- /dev/null
+++ b/patches/1311/p01_cleanup.py
@@ -0,0 +1,6 @@
+import webnotes
+
+def execute():
+	from core.doctype.custom_field.custom_field import delete_and_create_custom_field_if_values_exist
+	delete_and_create_custom_field_if_values_exist("Material Request", 
+		{"fieldtype":"Text", "fieldname":"remark", "label":"Remarks","insert_after":"Fiscal Year"})
\ No newline at end of file