updated patch list
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index d07fd53..cce6330 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -232,5 +232,10 @@
 		'patch_file': 'remove_default_from_rv_detail',
 		'description': ''
 	},
+	{
+		'patch_module': 'patches.april_2012',
+		'patch_file': 'update_role_in_address',
+		'description': 'updated roles in address'
+	},
 
 ]