mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 10:13:57 +00:00
[message] [fix] rewire to core
This commit is contained in:
@@ -315,7 +315,7 @@ class DocType(DocListController):
|
||||
return 0, "<p>Calendar Events</p>"
|
||||
|
||||
def get_todo_list(self, user_id):
|
||||
from utilities.page.todo.todo import get
|
||||
from core.page.todo.todo import get
|
||||
todo_list = get()
|
||||
|
||||
html = ""
|
||||
|
||||
Reference in New Issue
Block a user