commit | a4561e14aabfa19849ae21eeeb2e60aaaa1a1ab6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 02 14:58:53 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed May 02 14:58:53 2012 +0530 |
tree | b4818646525ee93d385c0ff43fdbb764e1d6362c | |
parent | 7ef8168dbcc95be21e1a397ab9858c39404b9f6c [diff] |
patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index e491b4c..f5c98bc 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -317,5 +317,10 @@ 'patch_file': 'cleanup_property_setter', 'description': 'cleanup_property_setter' }, + { + 'patch_module': 'patches.may_2012', + 'patch_file': 'rename_prev_doctype', + 'description': 'rename prev doctype fix' + }, ]