company reload_doc delete docfield trashcompany button
diff --git a/patches/patch.py b/patches/patch.py
index 3db4dc6..c6f41c7 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1203,4 +1203,5 @@
 	elif patch_no == 303:
 		pass
 	elif patch_no == 304:
-		reload_doc('setup', 'doctype', 'company')				
+	    sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'")
+		reload_doc('setup', 'doctype', 'company')