Merge pull request #32354 from frappe/mergify/bp/version-14-hotfix/pr-32336

fix: typo on opportunity summary by sales stage report (backport #32336)
This commit is contained in:
Deepesh Garg
2022-09-26 16:58:58 +05:30
committed by GitHub

View File

@@ -44,7 +44,7 @@ frappe.query_reports["Opportunity Summary by Sales Stage"] = {
},
{
fieldname: "opportunity_source",
label: __("Oppoturnity Source"),
label: __("Opportunity Source"),
fieldtype: "Link",
options: "Lead Source",
},
@@ -62,4 +62,4 @@ frappe.query_reports["Opportunity Summary by Sales Stage"] = {
default: frappe.defaults.get_user_default("Company")
}
]
};
};