commit | dd828be432fbddb607150c5bd652fc1ca971f019 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Apr 24 12:25:39 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 24 12:25:39 2012 +0530 |
tree | d92b84451102e04c88ded76ae209c0f4e6b13661 | |
parent | 3fb741c3ef3e59959d31a24ae6af8af71f621f50 [diff] |
updated patch list
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index d07fd53..cce6330 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -232,5 +232,10 @@ 'patch_file': 'remove_default_from_rv_detail', 'description': '' }, + { + 'patch_module': 'patches.april_2012', + 'patch_file': 'update_role_in_address', + 'description': 'updated roles in address' + }, ]