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' + } ]