From 2d7a7d99888d5b2981d642405ba42e7283fd9ebb Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:56:08 +0530 Subject: [PATCH] fix(open_opportunity): remove company=null filter (backport #48222) (#48224) * fix(open_opportunity): remove company=null filter (#48222) Signed-off-by: Akhil Narang (cherry picked from commit c8c1c962980e876e4219cd5df024906d13bc8ed3) # Conflicts: # erpnext/crm/number_card/open_opportunity/open_opportunity.json * chore: resolve conflicts --------- Co-authored-by: Akhil Narang --- .../crm/number_card/open_opportunity/open_opportunity.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/crm/number_card/open_opportunity/open_opportunity.json b/erpnext/crm/number_card/open_opportunity/open_opportunity.json index 33a757feb14..959e7d58598 100644 --- a/erpnext/crm/number_card/open_opportunity/open_opportunity.json +++ b/erpnext/crm/number_card/open_opportunity/open_opportunity.json @@ -4,18 +4,19 @@ "doctype": "Number Card", "document_type": "Opportunity", "dynamic_filters_json": "[[\"Opportunity\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]", - "filters_json": "[[\"Opportunity\",\"company\",\"=\",null,false]]", + "filters_json": "[]", "function": "Count", "idx": 0, "is_public": 1, "is_standard": 1, "label": "Open Opportunity", - "modified": "2020-07-22 16:16:16.420446", + "modified": "2025-06-24 11:10:17.468713", "modified_by": "Administrator", "module": "CRM", "name": "Open Opportunity", "owner": "Administrator", + "show_full_number": 0, "show_percentage_stats": 1, "stats_time_interval": "Daily", "type": "Document Type" -} \ No newline at end of file +}