From dda1349a2d3857061d460bc8d95acc1daba1a11d Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 8 Apr 2016 17:22:52 +0530 Subject: [PATCH] [minor] [fix] typo in customer_list.js --- erpnext/selling/doctype/customer/customer_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/customer/customer_list.js b/erpnext/selling/doctype/customer/customer_list.js index d650b01a1a..57cebd4b31 100644 --- a/erpnext/selling/doctype/customer/customer_list.js +++ b/erpnext/selling/doctype/customer/customer_list.js @@ -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]; }