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' 
+	},
 
 ]