[minor] [fix] typo in customer_list.js

This commit is contained in:
Rushabh Mehta 2016-04-08 17:22:52 +05:30
parent f16f9c569b
commit dda1349a2d

View File

@ -4,7 +4,7 @@ frappe.listview_settings['Customer'] = {
color = {
'Open': 'red',
'Active': 'green',
'Dormant', 'dardgrey'
'Dormant': 'darkgrey'
}
return [__(doc.status), color[doc.status], "status,=," + doc.status];
}