From b4892971081408581d50817376ca56756a502dfe Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 27 Mar 2012 19:41:45 +0530 Subject: [PATCH] added delete_docformat in patch_list --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 54abec17a46..201c63e4bb0 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' + }, ]