commit | 130dfaee8ca6998896a7dd63e11c84c766b424af | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Apr 03 12:18:35 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Apr 03 12:18:35 2012 +0530 |
tree | ab8352ea5c6a75b2708034422b9201249ecf1f3e | |
parent | be9562dcd55a4acdd5f4a3b015ce01fa7caceb16 [diff] |
fix in todo
diff --git a/erpnext/utilities/page/todo/todo.js b/erpnext/utilities/page/todo/todo.js index dcdf50a..9a90ce3 100644 --- a/erpnext/utilities/page/todo/todo.js +++ b/erpnext/utilities/page/todo/todo.js
@@ -60,6 +60,7 @@ } 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>\