cms2 patch updates

This commit is contained in:
Anand Doshi
2012-07-12 19:15:52 +05:30
parent c655f47fb1
commit c4eb9bf838
3 changed files with 19 additions and 18 deletions

View File

@@ -337,11 +337,6 @@ patch_list = [
'patch_file': 'stock_reco_patch',
'description': 'stock reco patch: store diff info in field'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'cms',
'description': 'generate html pages'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'reload_reports',
@@ -487,4 +482,9 @@ patch_list = [
'patch_file': 'deprecate_import_data_control',
'description': "deprecate doctype - Import Data Control and page - Import Data"
},
{
'patch_module': 'patches.june_2012',
'patch_file': 'cms2',
'description': 'cms2 release patches'
},
]