diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index f3702f9f83c..0e044bb6120 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -13,5 +13,10 @@ patch_list = [ 'patch_module': 'patches.jan_mar_2012', 'patch_file': 'rename_doctype_indent', 'description': 'Add DocType Label: Indent to Purchase Requisition' + }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'production_cleanup', + 'description': 'Major changes in production module, almost rewrited the entire code' } ]