[todo] [fix] wnframework #151

This commit is contained in:
Rushabh Mehta 2013-06-04 11:30:55 +05:30
parent 1d635acee9
commit 64ccbe4b1c

View file

@ -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':''
}