diff --git a/erpnext/utilities/page/todo/todo.js b/erpnext/utilities/page/todo/todo.js index d9fd7a7db4..dcdf50aa9d 100644 --- a/erpnext/utilities/page/todo/todo.js +++ b/erpnext/utilities/page/todo/todo.js @@ -50,7 +50,7 @@ erpnext.todo.ToDoItem = Class.extend({ todo.fullname = repl("[By %(fullname)s] ", { fullname: wn.boot.user_info[todo.assigned_by].fullname }) - } + } else { todo.fullname = ''; } if(todo.reference_name && todo.reference_type) { todo.link = repl('\ %(reference_type)s: %(reference_name)s', todo);