Merge branch 'latest' of github.com:webnotes/erpnext into latest

This commit is contained in:
Rushabh Mehta 2012-02-21 09:54:33 +01:00
commit 02b36eba1c

View File

@ -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'
}
]