mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
[reports][fix] removed old reports
This commit is contained in:
@@ -15,7 +15,6 @@ def execute():
|
||||
webnotes.conn.sql("drop table if exists `tab%s`" % dt)
|
||||
webnotes.conn.begin()
|
||||
|
||||
delete_doc("Search Criteria", "tds_return")
|
||||
|
||||
# Add tds entry in tax table for purchase invoice
|
||||
pi_list = webnotes.conn.sql("""select name from `tabPurchase Invoice`
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc("accounts", "search_criteria", "debtors_ledger")
|
||||
reload_doc("accounts", "search_criteria", "creditors_ledger")
|
||||
Reference in New Issue
Block a user