[patches] [fix] fixed an old patch

This commit is contained in:
Anand Doshi 2013-05-16 16:17:15 +05:30
parent 27ff675a07
commit 44a01faff9

View File

@ -13,6 +13,4 @@ def execute():
webnotes.conn.sql("""delete from `tabCustom Field` where fieldname='file_list'
and parent=%s""", doctype)
webnotes.conn.sql("""delete from `tabDocField` where fieldname='file_list'
and parent=%s""", doctype)