remove basic info patch not required

This commit is contained in:
Nabin Hait 2012-11-28 16:56:50 +05:30
parent c62fe40e85
commit 0af1959a63
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -699,8 +699,4 @@ patch_list = [
'patch_module': 'patches.november_2012',
'patch_file': 'add_theme_to_profile',
},
{
'patch_module': 'patches.november_2012',
'patch_file': 'remove_basic_info',
},
]