commit | 84e0c6f7ba1817d19bf40c2cdc8efb78a9e0b6af | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 01 18:59:01 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Mar 01 18:59:01 2012 +0530 |
tree | 83de747cab5390c88970daad80f8b8417a9d9239 | |
parent | b5af807281de929025d1ce992612f737efdc04ed [diff] | |
parent | c4bc429cf7adae84a8fd1355cc323e14957a7f2a [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' + }, + ]