From 355e832b0245c0ec5b4ea879336ac95f5aca42a4 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 8 Aug 2019 13:18:46 +0530 Subject: [PATCH] fix: icon for opportunity (#18651) --- erpnext/crm/doctype/opportunity/opportunity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/crm/doctype/opportunity/opportunity.json b/erpnext/crm/doctype/opportunity/opportunity.json index 4361fab857d..d679d16079c 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.json +++ b/erpnext/crm/doctype/opportunity/opportunity.json @@ -1460,7 +1460,7 @@ "has_web_view": 0, "hide_heading": 0, "hide_toolbar": 0, - "icon": "fa fa-info-sign", + "icon": "fa fa-info-circle", "idx": 195, "image_view": 0, "in_create": 0,