2012-11-28 16:49:18 +05:30

4 lines
147 B
Python

def execute():
import webnotes
webnotes.conn.sql("""delete from `tabDocField`
where label = 'Basic Info' and fieldtype = 'Section Break'""")