removed reqd from property setter doc field
diff --git a/patches/patch.py b/patches/patch.py
index 7f82d56..a609738 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1,6 +1,6 @@
 # REMEMBER to update this
 # ========================
-last_patch = 307
+last_patch = 308
 
 #-------------------------------------------
 
@@ -1216,3 +1216,5 @@
 	elif patch_no == 307:
 		sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'Button'")
 		reload_doc('setup', 'doctype', 'company')
+	elif patch_no == 308:
+		sql("update `tabDocField` set reqd = 0 where fieldname = 'select_item' and parent = 'Property Setter'")