From 01bb4f20024171e71a52f99ecc0aa0e8909dca36 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 14 Mar 2014 17:04:29 +0530 Subject: [PATCH] Todo report fixed --- frappe/core/report/todo/todo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/core/report/todo/todo.py b/frappe/core/report/todo/todo.py index 3524224fc3..cce7425204 100644 --- a/frappe/core/report/todo/todo.py +++ b/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: