commit | c4bc429cf7adae84a8fd1355cc323e14957a7f2a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 01 18:56:33 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 01 18:56:33 2012 +0530 |
tree | 0d1cf27c35677eeb37538a7ba2bf88b627254658 | |
parent | 80d52611006c7d8253e564ca0ec1275301063ad8 [diff] | |
parent | 97ceffccce13ba5a0d4058470c294994cb19b57c [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
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' + }, + ]