commit | dda1349a2d3857061d460bc8d95acc1daba1a11d | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Apr 08 17:22:52 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Apr 08 17:22:52 2016 +0530 |
tree | 254adb05c4c4949c6cd64225221d0bd66a888e93 | |
parent | f16f9c569bca3242b9612ac360a5869f0bf4fcf0 [diff] |
[minor] [fix] typo in customer_list.js
diff --git a/erpnext/selling/doctype/customer/customer_list.js b/erpnext/selling/doctype/customer/customer_list.js index d650b01..57cebd4 100644 --- a/erpnext/selling/doctype/customer/customer_list.js +++ b/erpnext/selling/doctype/customer/customer_list.js
@@ -4,7 +4,7 @@ color = { 'Open': 'red', 'Active': 'green', - 'Dormant', 'dardgrey' + 'Dormant': 'darkgrey' } return [__(doc.status), color[doc.status], "status,=," + doc.status]; }