brotherton-erpnext/erpnext/patches/patch_list.py

22 lines
568 B
Python

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'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'stable_branch_shift_09_01_12',
'description': 'Various Reloads for shifting branch from master to stable'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'print_hide_totals',
'description': 'Uncheck print_hide for RV, SO, DN and Quotation'
}
]