[todo] [fix] wnframework #151
This commit is contained in:
parent
1d635acee9
commit
64ccbe4b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ erpnext.todo.refresh = function() {
|
|||
erpnext.todo.ToDoItem = Class.extend({
|
||||
init: function(todo) {
|
||||
label_map = {
|
||||
'High': 'label-important',
|
||||
'High': 'label-danger',
|
||||
'Medium': 'label-info',
|
||||
'Low':''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue