commit | 80d52611006c7d8253e564ca0ec1275301063ad8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 01 18:56:06 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 01 18:56:06 2012 +0530 |
tree | a2f7f53afa279cdf2a5b9fb54b850bc9e2a493dd | |
parent | 1fb00582834cc9d74e06951320f823fca078caf3 [diff] |
patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 021cf00..4074a02 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -167,4 +167,10 @@ 'patch_file': 'add_roles_to_admin', 'description': 'Add Roles to Administrator' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'dt_map_fix', + 'description': 'removed transaction date from dt_mapper' + }, + ]