mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
fix in todo
This commit is contained in:
@@ -60,6 +60,7 @@ erpnext.todo.ToDoItem = Class.extend({
|
||||
} else {
|
||||
todo.link = '';
|
||||
}
|
||||
if(!todo.description) todo.description = '';
|
||||
$('#todo-list').append(repl('<div class="todoitem">\
|
||||
<span class="description">\
|
||||
<span class="label %(labelclass)s">%(priority)s</span>\
|
||||
|
||||
Reference in New Issue
Block a user