diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index e491b4c4852..f5c98bc7372 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -317,5 +317,10 @@ patch_list = [ 'patch_file': 'cleanup_property_setter', 'description': 'cleanup_property_setter' }, + { + 'patch_module': 'patches.may_2012', + 'patch_file': 'rename_prev_doctype', + 'description': 'rename prev doctype fix' + }, ]