diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 54abec17a4..201c63e4bb 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -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' + }, ]