fix: typo on opportunity summary by sales stage report

(cherry picked from commit c4919cf5ec)
This commit is contained in:
Ernesto Ruiz
2022-09-22 15:42:46 -06:00
committed by Mergify
parent 1c32bf23d7
commit a403e729d6

View File

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