default filters set in debtors and creditors ledger

This commit is contained in:
Nabin Hait
2012-12-06 11:46:41 +05:30
parent 2249d9d858
commit 27184e0e05
4 changed files with 59 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc("accounts", "search_criteria", "debtors_ledger")
reload_doc("accounts", "search_criteria", "creditors_ledger")

View File

@@ -721,4 +721,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'repost_projected_qty',
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'reload_debtors_creditors_ledger',
},
]