patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index e491b4c..f5c98bc 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -317,5 +317,10 @@
 		'patch_file': 'cleanup_property_setter',
 		'description': 'cleanup_property_setter'
 	},
+	{
+		'patch_module': 'patches.may_2012',
+		'patch_file': 'rename_prev_doctype',
+		'description': 'rename prev doctype fix'
+	},
 
 ]