mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 10:26:30 +00:00
* fix(open_opportunity): remove company=null filter (#48222)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
(cherry picked from commit c8c1c96298)
# Conflicts:
# erpnext/crm/number_card/open_opportunity/open_opportunity.json
* chore: resolve conflicts
---------
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
@@ -4,18 +4,19 @@
|
|||||||
"doctype": "Number Card",
|
"doctype": "Number Card",
|
||||||
"document_type": "Opportunity",
|
"document_type": "Opportunity",
|
||||||
"dynamic_filters_json": "[[\"Opportunity\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
|
"dynamic_filters_json": "[[\"Opportunity\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
|
||||||
"filters_json": "[[\"Opportunity\",\"company\",\"=\",null,false]]",
|
"filters_json": "[]",
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"label": "Open Opportunity",
|
"label": "Open Opportunity",
|
||||||
"modified": "2020-07-22 16:16:16.420446",
|
"modified": "2025-06-24 11:10:17.468713",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Open Opportunity",
|
"name": "Open Opportunity",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
|
"show_full_number": 0,
|
||||||
"show_percentage_stats": 1,
|
"show_percentage_stats": 1,
|
||||||
"stats_time_interval": "Daily",
|
"stats_time_interval": "Daily",
|
||||||
"type": "Document Type"
|
"type": "Document Type"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user