diff --git a/erpnext/utilities/page/todo/todo.js b/erpnext/utilities/page/todo/todo.js
index 79279b4f4a2..01065a70c3a 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\
\
+ \
\
%(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'));