On Print Hide, hide net_total, rounded_total_export and grand_total_export

This commit is contained in:
Anand Doshi
2012-01-09 16:55:30 +05:30
parent 322d8fed74
commit a9df960494
54 changed files with 161 additions and 63 deletions

View File

@@ -7,5 +7,15 @@ patch_list = [
'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'
}
]