mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
delete unwanted doctypes of website settings
This commit is contained in:
@@ -452,4 +452,9 @@ patch_list = [
|
|||||||
'patch_file': 'alter_tabsessions',
|
'patch_file': 'alter_tabsessions',
|
||||||
'description': "alter tabsessions to change user column definition"
|
'description': "alter tabsessions to change user column definition"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.april_2012',
|
||||||
|
'patch_file': 'delete_about_contact',
|
||||||
|
'description': "delete depracated doctypes of website module"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user