account type patch added in patch list
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index 262b7f7..cbe10c7 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -70,4 +70,9 @@
 		'patch_file': 'map_conversion_rate',
 		'description': "Maps conversion rate in doctype mappers PO-PR and PO-PV"
 	},
+	{
+		'patch_module': 'patches.jan_mar_2012',
+		'patch_file': 'account_type_patch',
+		'description': 'mentioed account type for some tax accounts'
+	}
 ]