From b461e1788aa3ab2794c0058799f89d7265d171b1 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 21 Feb 2012 14:22:06 +0530 Subject: [PATCH] patch list updated --- erpnext/patches/patch_list.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 40523a399e..ccaebaec9f 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -90,4 +90,14 @@ patch_list = [ 'patch_file': 'remove_archive', 'description': 'unarchive all records and drop archive tables' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'no_copy_patch', + 'description': 'insert after fld in custom fld should be no_copy' + }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'reload_item', + 'description': 'reload item' + } ]