mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
added report button in todo page
This commit is contained in:
8
patches/february_2013/p08_todo_query_report.py
Normal file
8
patches/february_2013/p08_todo_query_report.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.clear_perms("Report")
|
||||
webnotes.clear_perms("ToDo")
|
||||
webnotes.reload_doc("core", "doctype", "report")
|
||||
webnotes.reload_doc("core", "doctype", "todo")
|
||||
webnotes.reload_doc("core", "report", "todo")
|
||||
Reference in New Issue
Block a user