From 55c037c25086c07bb844d07ef4ba595fae53d63a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 11 Jan 2012 16:44:07 +0530 Subject: [PATCH] Added production_cleanup patch --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index f3702f9f83..0e044bb612 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' } ]