From 42852a88dc16b9d4e09f3fcfed480e286964dd78 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 13 Feb 2012 15:29:51 +0530 Subject: [PATCH] account type patch added in patch list --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 262b7f7a5a1..cbe10c793ef 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -70,4 +70,9 @@ patch_list = [ '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' + } ]