Patch system changes, Inclusive Price feature and session cache clear on disabling user or on new login

This commit is contained in:
Anand Doshi
2012-01-02 16:25:05 +05:30
parent 1fad05aed8
commit d56d57d205
6 changed files with 248 additions and 58 deletions

View File

@@ -0,0 +1,11 @@
patch_list = [
{
'patch_file': 'reload_print_format',
'description': 'Reload doctype print format'
},
{
'patch_module': 'patches',
'patch_file': 'reload_project_task',
'description': 'Reload doctype task of project module'
}
]