mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
Removed basic info section
This commit is contained in:
4
patches/november_2012/remove_basic_info.py
Normal file
4
patches/november_2012/remove_basic_info.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""delete from `tabDocField`
|
||||
where label = 'Basic Info' and fieldtype = 'Section Break'""")
|
||||
Reference in New Issue
Block a user