From d104f4bc32d579ef0427d404d875032fcb9bd5b3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 13 Jun 2012 17:01:52 +0530 Subject: [PATCH] fix in todo --- erpnext/utilities/page/todo/todo.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/utilities/page/todo/todo.js b/erpnext/utilities/page/todo/todo.js index 79279b4f4a..01065a70c3 100644 --- a/erpnext/utilities/page/todo/todo.js +++ b/erpnext/utilities/page/todo/todo.js @@ -81,8 +81,10 @@ erpnext.todo.ToDoItem = Class.extend({
\ %(priority)s\ \ + \ %(userdate)s\ %(fullname)s%(desc)s\ + \
\ %(link)s
\
\ @@ -98,7 +100,7 @@ erpnext.todo.ToDoItem = Class.extend({ if(!todo.reference_type) $todo.find('.ref_link').toggle(false); - $todo.find('.description') + $todo.find('.popup-on-click') .data('todo', todo) .click(function() { erpnext.todo.make_dialog($(this).data('todo'));