remove basic info patch not required
This commit is contained in:
parent
c62fe40e85
commit
0af1959a63
@ -1,4 +0,0 @@
|
|||||||
def execute():
|
|
||||||
import webnotes
|
|
||||||
webnotes.conn.sql("""delete from `tabDocField`
|
|
||||||
where label = 'Basic Info' and fieldtype = 'Section Break'""")
|
|
@ -699,8 +699,4 @@ patch_list = [
|
|||||||
'patch_module': 'patches.november_2012',
|
'patch_module': 'patches.november_2012',
|
||||||
'patch_file': 'add_theme_to_profile',
|
'patch_file': 'add_theme_to_profile',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'patch_module': 'patches.november_2012',
|
|
||||||
'patch_file': 'remove_basic_info',
|
|
||||||
},
|
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user