From 80fd2a5b3291dfa9bb26d92e37b5dbbd65ee6868 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 11 Sep 2014 18:08:12 +0530 Subject: [PATCH] [fix] ToDo list assigned to avatar --- frappe/core/doctype/todo/todo_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/todo/todo_list.html b/frappe/core/doctype/todo/todo_list.html index 18b9dea848..20692806ee 100644 --- a/frappe/core/doctype/todo/todo_list.html +++ b/frappe/core/doctype/todo/todo_list.html @@ -23,7 +23,7 @@
- {%= frappe.avatar(doc.assigned_to) %} + {%= frappe.avatar(doc.owner) %}