commit | 42852a88dc16b9d4e09f3fcfed480e286964dd78 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Feb 13 15:29:51 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Feb 13 15:29:51 2012 +0530 |
tree | 03534184ebc4047f9e043c2568cbda6fb7cc01a9 | |
parent | bd0c05bf94f6214243d6c9b275f0e841ace7a3c0 [diff] |
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' + } ]