mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 18:01:41 +00:00
Patch system changes, Inclusive Price feature and session cache clear on disabling user or on new login
This commit is contained in:
11
erpnext/patches/patch_list.py
Normal file
11
erpnext/patches/patch_list.py
Normal 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'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user