removed old triaL balance report
This commit is contained in:
parent
8579262f61
commit
68b8a90ee0
6
patches/october_2012/remove_old_trial_bal.py
Normal file
6
patches/october_2012/remove_old_trial_bal.py
Normal 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")
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user