removed old triaL balance report

This commit is contained in:
Nabin Hait 2012-10-05 14:47:46 +05:30
parent 8579262f61
commit 68b8a90ee0
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from __future__ import unicode_literals
from webnotes.model import delete_doc
def execute():
# remove search criteria
delete_doc("Search Criteria", "trial_balance")

View File

@ -627,4 +627,8 @@ patch_list = [
'patch_module': 'patches.october_2012',
'patch_file': 'update_account_property',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'remove_old_trial_bal',
},
]