mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[patches] [fix] fixed an old patch
This commit is contained in:
@@ -13,6 +13,4 @@ def execute():
|
|||||||
|
|
||||||
webnotes.conn.sql("""delete from `tabCustom Field` where fieldname='file_list'
|
webnotes.conn.sql("""delete from `tabCustom Field` where fieldname='file_list'
|
||||||
and parent=%s""", doctype)
|
and parent=%s""", doctype)
|
||||||
webnotes.conn.sql("""delete from `tabDocField` where fieldname='file_list'
|
|
||||||
and parent=%s""", doctype)
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user