patch fix
diff --git a/patches/patch.py b/patches/patch.py
index e26a31e..1ffb099 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1203,7 +1203,7 @@
 	elif patch_no == 303:
 		pass
 	elif patch_no == 304:
-	    sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'")
+		sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'")
 		reload_doc('setup', 'doctype', 'company')
 	elif patch_no == 305:
 		sql("update `tabDocField` set options = 'link:Company' where options='link:Company' and fieldname='company' and fieldtype='Select'")