mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[minor] [fix] typo in customer_list.js
This commit is contained in:
@@ -4,7 +4,7 @@ frappe.listview_settings['Customer'] = {
|
|||||||
color = {
|
color = {
|
||||||
'Open': 'red',
|
'Open': 'red',
|
||||||
'Active': 'green',
|
'Active': 'green',
|
||||||
'Dormant', 'dardgrey'
|
'Dormant': 'darkgrey'
|
||||||
}
|
}
|
||||||
return [__(doc.status), color[doc.status], "status,=," + doc.status];
|
return [__(doc.status), color[doc.status], "status,=," + doc.status];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user