Removed basic info section

This commit is contained in:
Nabin Hait
2012-11-28 16:49:18 +05:30
parent ee48ef747c
commit c4fb30dc8d
22 changed files with 7926 additions and 9850 deletions

View File

@@ -0,0 +1,4 @@
def execute():
import webnotes
webnotes.conn.sql("""delete from `tabDocField`
where label = 'Basic Info' and fieldtype = 'Section Break'""")