From dd828be432fbddb607150c5bd652fc1ca971f019 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 24 Apr 2012 12:25:39 +0530 Subject: [PATCH] updated 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 d07fd53cfa..cce6330f11 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -232,5 +232,10 @@ patch_list = [ 'patch_file': 'remove_default_from_rv_detail', 'description': '' }, + { + 'patch_module': 'patches.april_2012', + 'patch_file': 'update_role_in_address', + 'description': 'updated roles in address' + }, ]