cleanup customize form
This commit is contained in:
5
erpnext/patches/may_2012/customize_form_cleanup.py
Normal file
5
erpnext/patches/may_2012/customize_form_cleanup.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("delete from `tabCustomize Form Field`")
|
||||
webnotes.conn.sql("""delete from `tabSingles`
|
||||
where doctype='Customize Form'""")
|
||||
Reference in New Issue
Block a user