commit | b4892971081408581d50817376ca56756a502dfe | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Mar 27 19:41:45 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Mar 27 19:41:45 2012 +0530 |
tree | f0dd810dceba32dfccc71655b1becef8014090a1 | |
parent | 2513e50dc48eacab8f160cfa3fb162bd0032fe51 [diff] |
added delete_docformat in patch_list
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 54abec1..201c63e 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -227,5 +227,10 @@ 'patch_file': 'clean_property_setter', 'description': 'Cleanup Property Setter Entries' }, + { + 'patch_module': 'patches.mar_2012', + 'patch_file': 'delete_docformat', + 'description': 'Deletes DocFormat from database' + }, ]