added patch for account and cleanups to breadcrumbs and msgprint

This commit is contained in:
Rushabh Mehta
2012-07-11 13:18:58 +05:30
parent bf96499c0e
commit e57267f79a
15 changed files with 159 additions and 153 deletions

View File

@@ -487,4 +487,9 @@ patch_list = [
'patch_file': 'deprecate_import_data_control',
'description': "deprecate doctype - Import Data Control and page - Import Data"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'default_freeze_account',
'description': "set default freeze_account as 'No' where NULL"
},
]