mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
removed old triaL balance report
This commit is contained in:
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")
|
||||
Reference in New Issue
Block a user