mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
added delete_docformat in patch_list
This commit is contained in:
@@ -227,5 +227,10 @@ patch_list = [
|
||||
'patch_file': 'clean_property_setter',
|
||||
'description': 'Cleanup Property Setter Entries'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.mar_2012',
|
||||
'patch_file': 'delete_docformat',
|
||||
'description': 'Deletes DocFormat from database'
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user