removed reqd from property setter doc field

This commit is contained in:
Ravi Dey 2011-07-04 16:53:42 +05:30
parent 9514ee9eb8
commit c1886b5b13

View File

@ -1,6 +1,6 @@
# REMEMBER to update this # REMEMBER to update this
# ======================== # ========================
last_patch = 307 last_patch = 308
#------------------------------------------- #-------------------------------------------
@ -1216,3 +1216,5 @@ def execute(patch_no):
elif patch_no == 307: elif patch_no == 307:
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') reload_doc('setup', 'doctype', 'company')
elif patch_no == 308:
sql("update `tabDocField` set reqd = 0 where fieldname = 'select_item' and parent = 'Property Setter'")