fixes in notification control due to renaming of doctype

This commit is contained in:
Anand Doshi
2012-05-03 16:26:38 +05:30
parent 47fac1804b
commit 4b6c1f8de5
4 changed files with 43 additions and 48 deletions

View File

@@ -322,5 +322,10 @@ patch_list = [
'patch_file': 'rename_prev_doctype',
'description': 'rename prev doctype fix'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'cleanup_notification_control',
'description': 'cleanup notification control'
},
]