浏览代码

Todo report fixed

version-14
Nabin Hait 11 年前
父节点
当前提交
01bb4f2002
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/core/report/todo/todo.py

+ 2
- 2
frappe/core/report/todo/todo.py 查看文件

@@ -18,8 +18,8 @@ def execute(filters=None):
todo.date and getdate(todo.date) or getdate("1900-01-01")), reverse=True)
columns = [_("ID")+":Link/ToDo:90", _("Priority")+"::60", _("Date")+ ":Date",
_("Description")+"::150", _("Assigned To/Owner") + ":Link/User:120",
_("Assigned By")+":Link/User:120", _("Reference")+"::200"]
_("Description")+"::150", _("Assigned To/Owner") + ":Data:120",
_("Assigned By")+":Data:120", _("Reference")+"::200"]

result = []
for todo in todo_list:


正在加载...
取消
保存