mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +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'""")
|
||||
@@ -699,4 +699,8 @@ patch_list = [
|
||||
'patch_module': 'patches.november_2012',
|
||||
'patch_file': 'add_theme_to_profile',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.november_2012',
|
||||
'patch_file': 'remove_basic_info',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user